delete query

aman909

Registered User.
Local time
Today, 17:02
Joined
Jun 20, 2007
Messages
28
I have created a delete query and it works fine. When the query is run a message box appears asking if you wanna delete the records etc....?

Is there a way to stop this message box from appearing?
 
You should be able to use the 'Set Warnings' option using code or from a macro. Are you running it from code?
 
From a macro
 
You should be able to use the 'Set Warnings' option using code or from a macro. Are you running it from code?

running it form a macro. How do i stop the warnings from the macro then
 
With the 'Set Warnings' macro action. :)

Be sure to turn them back on after you run the query :)
 

Users who are viewing this thread

Back
Top Bottom