Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bypassing prompts when updating tables 2

Status
Not open for further replies.

thefrstgatsby

Technical User
May 8, 2004
113
CA
When I create a query which uses a macro to update a table, it prompts me if I want to make the changes to the tables. How can I force it to not prompt and make the change no matter what?
 
add "SetWarnings = no" before yiu execute the macro then set it back to yes afterwards.
 
if you want to do this is code use

docmd.setwarnings false
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top