Set Warnings in MS Access 2007

  • Thread starter Thread starter Ra
  • Start date Start date
R

Ra

Hi,

I just migrated from MS Access 2003 to Ms Access 2007.
No matter what changes I make in a table, query, report or macro there are
no set warnings asking the obvious: Do you want to save?, Yes, No, Cancel, etc

How do I set these warnings back?

Thank you,
 
Hi Ra,

Office button, Access Options, Advanced, Confirm section (fifth one
from top) may be what you want. It is also possible that some code or macro
was run that turned the warnings off and never turned them back on. If that
is the case, create a new macro to turn them back on. You will need to click
on the "Show All Actions" button in Macro Tool, Design ribbon in order to
choose the SetWarnings item.

Hope that helps,

Clifford Bass
 
Thank you very much.
Ra

Clifford Bass said:
Hi Ra,

Office button, Access Options, Advanced, Confirm section (fifth one
from top) may be what you want. It is also possible that some code or macro
was run that turned the warnings off and never turned them back on. If that
is the case, create a new macro to turn them back on. You will need to click
on the "Show All Actions" button in Macro Tool, Design ribbon in order to
choose the SetWarnings item.

Hope that helps,

Clifford Bass
 
Back
Top