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