I have a database1 with tables tblA, tblB, tblC etc
a subset of which, database2, with tblA, tblC (same data)etc
I wish to maintain to upload to the internet.
I want to automate a procedure so that I can import tblA
and tblC from database1 when required, overwriting the existing tables in database2 i.e leaving them with the same names rather than the tblA1 or tblC1 that have so far resulted either via importing or linking.
There are a fair number of queries and tables involved
so I dont want to import, delete the old tables and
then rename the new tables to the original names
Any help would be appreciated
[sig][/sig]
a subset of which, database2, with tblA, tblC (same data)etc
I wish to maintain to upload to the internet.
I want to automate a procedure so that I can import tblA
and tblC from database1 when required, overwriting the existing tables in database2 i.e leaving them with the same names rather than the tblA1 or tblC1 that have so far resulted either via importing or linking.
There are a fair number of queries and tables involved
so I dont want to import, delete the old tables and
then rename the new tables to the original names
Any help would be appreciated
[sig][/sig]