ACCESS DOES NOT ASK FOR SAVE AFTER CLOSING FORM FROM DESIGN VIEW

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

How do I tell Access that, when I open a form in Design
view, and make changes to the form, and then close the
form, to ASK ME IF I WANT TO SAVE CHANGES?

Currently Access is doing a save silently when I close the
form.
 
I found that happens sometimes with AXP. It could be some minor corruptions
in the database as when I create a new database and import all objects from
the existing database, the problem disappear from the new database.
 
I don't think it is any registry entry ...

Have you split your database to Front-End and Back-End?
 
Yes, it is a "split" database. All the code is in the
front end. All the tables (except temporary ones) are in
the backend.
 
My recommendation is still to create a new Front-End and import all existing
objects from the existing Front-End. This procedure has actually fixed 3
different client databases I have recently.
 
Back
Top