G
Guest
Hi, I have a Make Table Query in one source database that produces a Table in
a different destination database. I want to be able to run the source query
from the destination database. I have read on the newsgroups you have to do
this using db.Execute, this fails though as the Table already exists. I want
it to overwrite the table each time, probably a very simple task but is there
a command for deleting a table in vba? I have also read that it is best to
run a delete query then append query to repopulate but can this be done from
a different database?
a different destination database. I want to be able to run the source query
from the destination database. I have read on the newsgroups you have to do
this using db.Execute, this fails though as the Table already exists. I want
it to overwrite the table each time, probably a very simple task but is there
a command for deleting a table in vba? I have also read that it is best to
run a delete query then append query to repopulate but can this be done from
a different database?