This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hi all,
I am currently using ODBC to connect to an external DB.
Is there any other alternatives in MS Access VBA to connect to an external DB?
Thanks
Deon
You can also use DSN less connections to setup your linked tables.
What type of db exactly?
What do you need to do with the db in question?
Daniel Pineault, 2010-2019 Microsoft MVP Professional Support: http://www.cardaconsultants.com MS Access Tips and Code Samples: http://www.devhut.net
DoCmd.Transfer*
CreateTableDef
At the end of the day they all do the same thing: create a linked table.
-Tom. Microsoft Access MVP