How do I use setWarnings False in a make table cmd

J

Joe G

How do I use:

DoCmd.SetWarnings False
Select statment INTO new_table
DoCmd.SetWarnings True

Tnx, Joe
 
Top