Automatically saving objects

  • Thread starter Thread starter jimo
  • Start date Start date
J

jimo

I have a large database that I am updating and maitaining
constantly. Suddenly every time that I make a change on a
report, query, table, or form automatically saves when I
close it. How do I change it to request save changes?
Thanks
 
Jiimo,

You must have run a macro or a piece of code that contained a SetWarnings
False action.
To reverse, run a macro with a single SetWarnings > True action.
If your problem reappears, then check your macros and code for the "guilty"
action, and add a reversing one at the end of the macro or procedure.

HTH,
Nikos
 
Back
Top