learning_grexcel
Active Member
- Joined
- Jan 29, 2011
- Messages
- 319
Every time i run the code below, it pops an confirmation whether to delete already existing table.
I don't want to pop up such a window and automatically it should be replaced when I run the update query.
I already tried unchecking the advanced access option. [record changes], [document deletions], [action queries] but it still pops up the confirmation.
This will be help me to create an autoexec macro and schedule it once a day.
Code:
select * into table1
from query1
I don't want to pop up such a window and automatically it should be replaced when I run the update query.
I already tried unchecking the advanced access option. [record changes], [document deletions], [action queries] but it still pops up the confirmation.
This will be help me to create an autoexec macro and schedule it once a day.