Sniper-BoOyA-
Registered User.
- Local time
- Today, 06:50
- Joined
- Jun 15, 2010
- Messages
- 204
Good Afternoon,
I am working on a (continious) form with checkboxes. The checkboxes are stored in a table.
What i want to do, is add a checkbox on the top of the form, and if the user clicks/checks it, then all checkboxes should be checked.
The checkbox in the table is called "thrownaway" and the checkbox on the form is called "Checkbox".
Ive treid to put this in the afterupdate event, which results in the first checkbox to be checked..
Any ideas?
Cheers.
I am working on a (continious) form with checkboxes. The checkboxes are stored in a table.
What i want to do, is add a checkbox on the top of the form, and if the user clicks/checks it, then all checkboxes should be checked.
The checkbox in the table is called "thrownaway" and the checkbox on the form is called "Checkbox".
Ive treid to put this in the afterupdate event, which results in the first checkbox to be checked..
Code:
If me.checkbox=True then me.thrownaway=true else me.thrownaway=False
Any ideas?
Cheers.