On click event - Checkbox Help

  • Thread starter Thread starter Linda Ribbach
  • Start date Start date
L

Linda Ribbach

I have a form with a checkbox.

When the box is manually checked, for a particular Org, I want the program to check the boxes for all records with the same Org. Example: I want the program to put a check in the second and third records.

Org SOrg Deleted
1000 X
1000 02
1000 03

Thanks in advance
 
Linda Ribbach said:
I have a form with a checkbox.

When the box is manually checked, for a particular Org, I want the
program to check the boxes for all records with the same Org.
Example: I want the program to put a check in the second and third
records.

Org SOrg Deleted
1000 X
1000 02
1000 03

Thanks in advance

Hmm, if checking the box for one of an Org's records means that it
should be checked for all of them, it rather sounds as though this check
box should be bound to a field in the Org table, not to the detail table
which I presume has a many-to-one relationship with the Org table.
Before going further with this request, you may want to review your
table design. Are there other detail records for this Org that should
*not* have this box checked? What are your table structures like?
 
Back
Top