Controls on Main form affecting subform?

F

Fons Ponsioen

Hi Will.
What I suggest is to create an update query, this query
when run would update the checkboxes to yes.
Than create a button on your main form and set the action
to run the query.
You may also want to create a query or an other means by
which you reset the checkboxes to no.
Hope this helps.
Fons
-----Original Message-----
Hi All!

I have a main form with a subform on it. The subform is
in datasheet view and one field is a checkbox that the
user can click.
I want to put a radio button that enables 'Select All' so
that user won't have to individually click each box.
Sometimes the subform is 200+ records so putting the
control on the subform is no good. Can I have it on the
main form yet have it change fields on the subform?
 
Top