Just a quickie...

N

Night Owl

Using code, how can I stop the prompts when trying to run a make-table
query?

TIA,

Pete
 
A

Al Camp

See...
DoCmd.SetWarnings
Don't forget to turn them back on after the query runs...
hth
Al Camp
 
Top