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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Silence update query 1

Status
Not open for further replies.

jaxflorida

Technical User
Apr 16, 2002
27
0
0
US
Does anyone know how to run an update query from a macro (or any other workaround)where it doesn't stop the process to say "You are about to run an update query that will modify data in your table" and then "You are about to update 3 row(s)"? In other words, I want the process to just happen when I click the button assigned to the macro.

Thanks for any help you can offer!

J
 
You will need to use SetWarnings in the macro.
Once before the query and once afterwards to turn them back on again

HTH

JC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top