Kirt84 said:
Not sure what you mean by this
OK let's say you have a table for employees. Now you want to have a
table for divisions. Each employee must work for one and only one division.
Some divisions are local and some are not.
As I understand it your form would be the division and the subform would
be the employees. You want a check mark for each employee who works for a
division that is local and no check mark for those who work for non-local
divisions.
You want to check mark the division and then have each employee check
marked. Normally you would not do it that way. You apparently already have
related the employee to a division so rather than add a check mark for each
employee, you should just refer to the check mark for the division. You can
show that divisions check mark on an employee's form by inserting the
division's check box.
Access works better this way and in the event that one division moves
and becomes a non-local division, all the check marks change totally
automatically, never an error of missing one.