On click event - Checkbox Help

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
 
D

Dirk Goldgar

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?
 

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

Top