Dynamic Format in a continous form

J

Jess

I have a continuous form displaying a set of textboxes, comboxes, etc.

How can I get the backcolor for the control with the focus to be set to red?
I do not wish every single instance of the control with the focus to be set
to red. I just want the control in the row with the focus to be set to red.

Thanks for your help
 
M

Marshall Barton

Jess said:
I have a continuous form displaying a set of textboxes, comboxes, etc.

How can I get the backcolor for the control with the focus to be set to red?
I do not wish every single instance of the control with the focus to be set
to red. I just want the control in the row with the focus to be set to red.


Have you tried using Conditional Formatting (Format menu) on
each of the text and combo boxes?
 
Top