G
Guest
If you know the location of 2 databases and you know the names of the tables
involved, is it possible to link the tables in the first database to the
second database remotely from code in a third database.
I did search and the closest I got was :-
DoCmd.TransferDatabase acLink, "Microsoft Access", "c:\Destinationdb.mdb",
acTable, ST, DT (where ST and DT are variables with source and destination
tables names)
The trouble with this is that it has to be called from the Local database -
not remotely from both.
involved, is it possible to link the tables in the first database to the
second database remotely from code in a third database.
I did search and the closest I got was :-
DoCmd.TransferDatabase acLink, "Microsoft Access", "c:\Destinationdb.mdb",
acTable, ST, DT (where ST and DT are variables with source and destination
tables names)
The trouble with this is that it has to be called from the Local database -
not remotely from both.