Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing check.value on form's exit.

Status
Not open for further replies.

MuskyMan

Technical User
Jul 31, 2002
36
US
Need to change the all records Yes/No field to NO in a table when the user closes the form. The number of records in the table changes daily. Can't seem to get the code correct.

Thanks for the help..

 
You can setup an update query to update that field when the form is closed. Put the code before the form docmd.close line.

That's it.

:)WB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top