AlastairOz
Technical User
I would like to do the following:
If a memo field in a report starts with company name:
For the sake of anonymity I will use:
"My Company Name"
I would like to make the first letter of each of these words only appear in RED while the remaining text for each word and the rest of the memo field to be black.
I have started with this so far:
IIF(mline(cReport.introduction,1,0) = "My Company Name" ,DO SOMETHING HERE ,"")
Thats as far as I have got. Am I heading in the right direction?
Regards
Alastair
If a memo field in a report starts with company name:
For the sake of anonymity I will use:
"My Company Name"
I would like to make the first letter of each of these words only appear in RED while the remaining text for each word and the rest of the memo field to be black.
I have started with this so far:
IIF(mline(cReport.introduction,1,0) = "My Company Name" ,DO SOMETHING HERE ,"")
Thats as far as I have got. Am I heading in the right direction?
Regards
Alastair