thenelson's expression works for coloring the State field only. If you want to colorize the other fields also, based on the State field having the value "NY", select Expression Is in the Conditional Formatting dialog, and use this expression for the other controls' conditions:
[State]="NY"
Main Topics
Browse All Topics





by: thenelsonPosted on 2009-11-06 at 19:50:38ID: 25764902
I am assuming you want to do this to a control in a form or report? Forms and reports have controls and can be controlled in this way. Tables and queries have fields and do not have this capability
Use the conditional formatting property (Format, conditional formatting). Select the control in design mode. Select "Field value is" "equal to" and place "NY" in the textbox. Then select the formatting you want.