Conditional Formatting

R

Rich

On a form derived from a query, I would like to have field "B" change format
(background color changes) based on the selection made from a combo box in
field "A". How would I achieve that?
 
V

Van T. Dinh

In the DesignView of the Form, select the Control you want to use
Conditional Format on. Use the Menu Format / Conditional Formatting ...
Fill in the riterionas required and then select the Format you want when the
the criterion is evaluated to True.
 
Top