WyldGynjer
MIS
I want to change the font to bolditalic every time the word "footnote" appears in my report. I have the following in the font formatting formula:
if 'Footnote:' in {Text} then
crBolditalic
This works - except it changes the entire line. How do I change just the word Footnote?
if 'Footnote:' in {Text} then
crBolditalic
This works - except it changes the entire line. How do I change just the word Footnote?