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

Auto Run Make Table Qurey

Status
Not open for further replies.

scamquist

IS-IT--Management
Nov 28, 2001
14
US
I have set up a group of make table queries that run sequentially from a macro. The problem is that I want them to run automatically. Before the query will run, it stops to inform me that it will run a query that will make a table, then stops again to ask if it may overwrite the existing table.

Is there any way to auto answer these questions?
 
S,

I know you can use
Code:
DoCmd.SetWarnings False
in a code module to shut off the warnings. I've never worked with Macros so I'm not sure if it applies to you.


HTH

John

Use what you have,
Learn what you can,
Create what you need.
 
DoCmd.SetWarnings False worked like a champ. Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top