Access looks for Confirmation

sathsaj

Registered User.
Local time
Today, 06:57
Joined
Sep 19, 2017
Messages
24
Hi All,

Access looks for confirmation to delete existing data before a query is run. This is a Maketable Query. the Action Queries under Client Setting is unchecked. But still why do we get this message ?

Is there a way were can get this away ?
 
If you switch off SetWarnings there is a risk that errors will occur without your knowledge.

As JHB mentioned, the alternative approach is to use CurrentDB.Execute but you should include the argument dbFailOnError so a message appears if a problem occurs
 
How do you run/open the query now?
 

Users who are viewing this thread

Back
Top Bottom