Conditional Format through VB

M

Markus

I have 5 drop down lists on one form and i would like to
format the background and text to change to a different
color for each value. I would like to do this in VB. Any
help would be greatly appreciated. The form name is Code1
The text boxes are CField 1 through 5. The values are
E,G,R,and X.
Thanks for any help.
 
R

Rick Brandt

Markus said:
I have 5 drop down lists on one form and i would like to
format the background and text to change to a different
color for each value. I would like to do this in VB. Any
help would be greatly appreciated. The form name is Code1
The text boxes are CField 1 through 5. The values are
E,G,R,and X.

ListBoxes and ComboBoxes do not support formatting per-row. Reports do and
Forms do if using A2000 or higher.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top