conditional formating in Access

  • Thread starter Thread starter sudyl
  • Start date Start date
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
 

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

Back
Top