auto check a checkbox based on criteria

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I auto check a checkbox in an Access report based on a criteria?
 
Could you be less vague? Do you want to display a check box as "checked"
based on a value or values in other fields?
You can set the control source of a check box to any expression that
evaluates to true or false. For instance:
=[Gender]="F"

Duane Hookom
MS Access MVP
 

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