autosave records from form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

From a form, Access 03 will save the previous record every time you create a
new record. I have a command button called 'Save Record' which uses the
acSaveRecord function. I DO NOT want Access to save a record when the next is
created if the command button hasn't been clicked.

Any way of doing this?

Regards,
Oliver
 
If you want total control on what gets saved and when, you can use unbound
forms, or bound them to temporary copies of your tables, and only copy the
data to the main tables once a button is clicked.
 

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

Back
Top