Stopping Auto Saves

D

Diane

How can I make my access database PROMPT before
automatically saving? At times a record is changed and
when the user exits, the information is then saved.
 
V

Van T. Dinh

If you use bound Forms for data entry, you can use the Form_BeforeUpdate
Event to ask the user whether he/she wants to save the Record or abandon the
changes before exiting.

See Access VB Help on the BeforeUpdate Event of a Form.
 

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