conditional formating in Access

F

fredg

how to use Max funciton for conditional formating in Access form

Max of What?

Select the control.
Click on Format + Conditional Formatting.
Select Expression Is
As the expression write:
[ThisControlName] = Max([ThisControlName])
Select the colors wanted.
Save the change
 
Top