Hi @John , Welcome to Microsoft Q&A,
The official document states ODBCDirect workspaces are not supported in Microsoft Access 2013. Use ADO if you want to access external data sources without using the Microsoft Access database engine..
If you have no special needs, you can use ado instead of Dao.
In Ado, you can choose System.Data.Odbc and System.Data.OleDb.
Oledb is specific to the Windows platform.
They all have official examples for you to try: OleDb and Odbc.
Generally speaking, VB users tend to use Microsoft.Office.Interop.Access.Dao.
Best Regards,
Jiale
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.