This can be accomplished with VB scripting. You would use a script like this:
"<font fontname='z' fontsize='x'>" & left(fieldname,1) & "</font>" & substr(fieldname, 2, 9999)
You would replace z with the font name and x with the desired font size. You would also replace fieldname with the actual field name.
Article ID: 638, Created: June 3, 2015 at 9:52 PM, Modified: June 6, 2019 at 1:15 AM