Samoan
Registered User.
- Local time
- Today, 14:56
- Joined
- May 20, 2004
- Messages
- 18
Whenever I make changes to objects in my Access 2000 database, I no longer receive the prompt to confirm changes (or deletions).
I have seen other threads addressing this issue and followed the advice posted. I do have macros that set warning off, but I always turn them on again at the end of the macro. Also, in my main form that gets loaded when
the database is opened, I have the following code in the form_load event:
DoCmd.SetWarnings (WarningsOn)
Also, in the Edit/Find tab under Tools, Options, the confirm boxes are all checked.
I must be missing something. On a related note, is it possible to display what the current Warnings setting is?
Thank you.
I have seen other threads addressing this issue and followed the advice posted. I do have macros that set warning off, but I always turn them on again at the end of the macro. Also, in my main form that gets loaded when
the database is opened, I have the following code in the form_load event:
DoCmd.SetWarnings (WarningsOn)
Also, in the Edit/Find tab under Tools, Options, the confirm boxes are all checked.
I must be missing something. On a related note, is it possible to display what the current Warnings setting is?
Thank you.