Check Boxes

J

Jack

I am trying to create a macro that will clear check boxes that have been
selected. Is there any easy way of doing this?

Any help would be appreciated.

Thanks
 
S

Steve Schapel

Jack,

This is a job for an Update Query. Update the checkbox field for the
applicable records to 0. If you want to use a macro to make this
happen, use an OpenQuery action in your macro to run the update query.
If so, you might want to put a SetWarnings/No action in the macro before
the OpenQuery action, to suppress the display of the action query
confirmation prompts.
 

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