Hi,
Just wondering if it was possible to have text in either a label caption or a text box that has certain words in different colors.
So for example if i have a string variable in VBA
dim strHelp as string) that has a value set to "you MUST enter a date"
(strHelp = "you MUST enter a date") which is set as the label caption or text box box value
(me.txtHelp = strHelp)
is it possible to have the word 'MUST' in red with the rest of the text in black?
Any help would be appreciated.
Dan
Just wondering if it was possible to have text in either a label caption or a text box that has certain words in different colors.
So for example if i have a string variable in VBA
(strHelp = "you MUST enter a date") which is set as the label caption or text box box value
(me.txtHelp = strHelp)
is it possible to have the word 'MUST' in red with the rest of the text in black?
Any help would be appreciated.
Dan