How to Stop saving on close or exit

  • Thread starter Thread starter Guest
  • Start date Start date
Cancel the BeforeUpdate event of the *form*.

That's the only way to catch it before the record is saved, regardless of
how that is triggered, e.g. closing the form, applying a filter, changing
the sort order, moving to another record, closing Access, reassigning
RecordSource, pressing Shift+Enter, saving through the menu, etc, etc.
 

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