append query warning

kabir_hussein

Registered User.
Local time
Today, 09:24
Joined
Oct 17, 2003
Messages
191
Hi

this may be very simple but does anyone know if you can get rid of the append query warning. I know how to change it using the tools, then option.

But i was hoping there was a way where you could elimate it all togeather.

many thanks
 
Code:
DoCmd.SetWarnings False
DoCmd.OpenQuery "MyAppendQuery"
DoCmd.SetWarnings True
 
thank you works perfectly
 

Users who are viewing this thread

Back
Top Bottom