Is there a way to disable the warnings when running a make-table query? I'm referring to:
"You are about to run a make-table query which will modiy date in your table"
AND
"The existing table (table name) will be deleted....."
You can run code before and after your action query like:
Code:
DoCmd.SetWarnings False
DoCmd.RunSQL "Delete * from tblTemp"
DoCmd.SetWarnings True
Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
The code thing is beyond my abilities. Thanks though.
Changing the settings in tools...options.... got rid of the
"You are about to run a make-table query which will modiy date in your table"
warning but the other warning...
"The existing table (table name) will be deleted....."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.