D
Diane Mountford
I'm working on a functionality that allows users to request file
labels for certain objects in the database. There are currently two
ways of requesting a label, and I've created a Union query to put all
the requests into one list. But when the labels are printed, it is
impossible to uncheck the request control, since the query is
unmodifiable. So I've created a form that has two subforms, one for
each source of requests, which will allow users to uncheck the records
for the completed labels. So far the system works great, but ...
I would like to add an "uncheck all" button to this form, but am not
sure how to go about coding it. Should I use some sort of For ... Each
loop (and if so, how do I deal with the subforms?) or an update Query
(and if so, how?) or something else I haven't yet thought of?
Any help would be much appreciated.
Cheers,
Diane
labels for certain objects in the database. There are currently two
ways of requesting a label, and I've created a Union query to put all
the requests into one list. But when the labels are printed, it is
impossible to uncheck the request control, since the query is
unmodifiable. So I've created a form that has two subforms, one for
each source of requests, which will allow users to uncheck the records
for the completed labels. So far the system works great, but ...
I would like to add an "uncheck all" button to this form, but am not
sure how to go about coding it. Should I use some sort of For ... Each
loop (and if so, how do I deal with the subforms?) or an update Query
(and if so, how?) or something else I haven't yet thought of?
Any help would be much appreciated.
Cheers,
Diane