I have a command button that when I click it I want it to populate a control on my form with a certain text that is already predetermined...
Is there any way to do this?
Also, I would like to make this text a certain color depending on which text is used.
For instance, I have 3 text options I will populate with...
JUROR ACCEPTED (dark green)
JUROR STRICKEN (dark red)
JUROR POSSIBLE (dark blue)
Is there a way to do this all in one fell swoop or will I have to add it to the OnOpen of the form and create IF statements?
Thanks in advance
Chance~
Is there any way to do this?
Also, I would like to make this text a certain color depending on which text is used.
For instance, I have 3 text options I will populate with...
JUROR ACCEPTED (dark green)
JUROR STRICKEN (dark red)
JUROR POSSIBLE (dark blue)
Is there a way to do this all in one fell swoop or will I have to add it to the OnOpen of the form and create IF statements?
Thanks in advance
Chance~