Help : Resetting a Check Box

D

Dimbat

Hi

Help please :

Is there a way to mass reset check box values to NO on loading a form.

I am running office 97, the check box field is called select and is in a
table called Completed.
The selecting of the check box is to enable a re-export of selected
records to a mail merge document.

Many thanks for any help
 
W

Wayne Morgan

In the OnLoad event of the form:

CurrentDb.Execute "UPDATE Completed SET Completed.Select = False;"
 

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