I'm trying to find a way, using VBA, to copy a table from one external Access database to another external database. In other words, there are three Access databases involved (source, destination and code).
Most of the copy commands are methods of DoCmd and only work when the database that is running the code is either the source of the table or the destination of the table.
I can create a MakeTable query that goes from one external database to another external database, but it doesn't copy the indexes -- just the data.
I'd appreciate any advice.
Cruising the Information Superhighway at the speed of light
[sub] (your mileage may vary)[/sub]
Most of the copy commands are methods of DoCmd and only work when the database that is running the code is either the source of the table or the destination of the table.
I can create a MakeTable query that goes from one external database to another external database, but it doesn't copy the indexes -- just the data.
I'd appreciate any advice.
Cruising the Information Superhighway at the speed of light
[sub] (your mileage may vary)[/sub]