Continuous Forms
I have a form with the default view set to Continuous forms, the form diplays a dynamic amount of records returned from a query.
The last field in the query is a check box, I want to create a button in the form footer that will check all the check boxes displayed on the form.
[Stupidly] I tried chkbox.value = true, but this only applies to the first record (form) displayed.
I guess I'm going to have to do a for each, next loop but I'm unsure what to apply this to. Can anyone help!
Thanks in advance
Ben
|