locked
Connect to external DB RRS feed

  • Question

  • 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

    Tuesday, March 24, 2020 10:42 AM

Answers

  • You can also use DSN less connections to setup your linked tables. 

    • Marked as answer by Deon SA Wednesday, April 8, 2020 5:32 AM
    Tuesday, March 24, 2020 8:02 PM

All replies

  • 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

    Tuesday, March 24, 2020 1:27 PM
  • DoCmd.Transfer*

    CreateTableDef

    At the end of the day they all do the same thing: create a linked table.


    -Tom. Microsoft Access MVP

    Tuesday, March 24, 2020 1:28 PM
  • You can also use DSN less connections to setup your linked tables. 

    • Marked as answer by Deon SA Wednesday, April 8, 2020 5:32 AM
    Tuesday, March 24, 2020 8:02 PM