D
Dan
Hello -
I have a db which contains multiple linked tables; named dbo_211,
dbo_212 dbo_13.
I know how to create individual Make Table Queries to replicate each of
these locally.
My individual SQL statements are:
SELECT dbo_211.* INTO [dbo_211 - MT] FROM dbo_211;
SELECT dbo_212.* INTO [dbo_212 - MT] FROM dbo_212;
SELECT dbo_213.* INTO [dbo_213 - MT] FROM dbo_213;
Is there a way to create multiple tables at one time instead of running
each of these seperately? (not using a macro). Something like one
query/code that does it all at once? If so, where would I do this at
in Access?
Thanks!
Dan
I have a db which contains multiple linked tables; named dbo_211,
dbo_212 dbo_13.
I know how to create individual Make Table Queries to replicate each of
these locally.
My individual SQL statements are:
SELECT dbo_211.* INTO [dbo_211 - MT] FROM dbo_211;
SELECT dbo_212.* INTO [dbo_212 - MT] FROM dbo_212;
SELECT dbo_213.* INTO [dbo_213 - MT] FROM dbo_213;
Is there a way to create multiple tables at one time instead of running
each of these seperately? (not using a macro). Something like one
query/code that does it all at once? If so, where would I do this at
in Access?
Thanks!
Dan