Access 2007 SetWarnings in MACRO

  • Thread starter Thread starter Lydia
  • Start date Start date
L

Lydia

I need to prevent the "make table" warnings from appearing when I run
a macro. Previous versions of Access had a SetWarnings action, which
allowed you to turn the warnings off. However, in 2007 SetWarnings is
not an option in the list of actions.

I DO have the file in a trusted folder.

Any suggestions?
 
in 2007 SetWarnings is not an option in the list of actions.
They hid it! If they thought something could do you harm it was hidden.
On the icon bar in macro design view click on the 'Show all actions' icon.
 
On the icon bar in macro design view click on the 'Show all actions' icon

HA! THANK YOU!!! I spent hours trying to figure that out because I thought they'd replaced it with the "Output To" command. Then I noticed there were no commands after the S's and started searching for answers based on that. I really hate what they did with MS Access 2007. No added benefits, just scrambled things around. :-(
 
>>in 2007 SetWarnings is not an option in the list of actions.
They hid it! If they thought something could do you harm it was hidden.
On the icon bar in macro design view click on the 'Show all actions' icon.

aye. only had to click it a dozen times!
 
Back
Top