W
Ward
Hi,
Ok using a command something like:
DoCmd.TransferDatabase acLink, "ODBC", _
strDBConnectionString, _
acTable, "Authors-sql", "Authors-access", False, False
Ok from the above it will transfer from a ODBC database (e.g. SQL) into the
current database and make a link to the external to the "Authors-sql" in the
remote database (on SQL Server) and call the link "Authors-access".
Ok how can I do this instead. Make a link to the SQL table but put that into
another MDB file - not the one I have open (CurrentDB).
Any ideas?
Thanks,
Ward
Ok using a command something like:
DoCmd.TransferDatabase acLink, "ODBC", _
strDBConnectionString, _
acTable, "Authors-sql", "Authors-access", False, False
Ok from the above it will transfer from a ODBC database (e.g. SQL) into the
current database and make a link to the external to the "Authors-sql" in the
remote database (on SQL Server) and call the link "Authors-access".
Ok how can I do this instead. Make a link to the SQL table but put that into
another MDB file - not the one I have open (CurrentDB).
Any ideas?
Thanks,
Ward