Exclusive: all our customers get a free six-month subscription to EDNA, a next-gen data and AI learning platform

Knowledge base

Microsoft Access

To get your WordPress data into Microsoft Access, you can simply use the External Data feature with an ODBC Connection.

> Before you start: things like this generally go better if you are running MS Access as an Administrator :)

First, you'll need to get your database credentials from SyncHub. Next, go ahead and enter them into MS Access:

  1. Select External Data - New Data Source - From Database - Azure from the Access

  2. We recommend importing the data to your local computer. This will reduce the latency of your queries and give you additional options around indexing etc later

  3. The ODBC Data Source screen will pop up. Create a new Machine data source

  4. It doesn't matter if you choose User or System data source

  5. Select the most recent Sql Server ODBC driver type. At time of writing, this is v17

  6. The Server is provided on your SyncHub Connection Settings - see our quickstart guide

  7. Make sure you select SQL Server Authentication when prompted. Again, you can get these in our quickstart guide

  8. Remember to set the Default database and configure it for Read Only access

  9. You can leave all the other settings on this and the next pages at their defaults.

From here, you'll be able to browse tables and bring in the data you need. Have fun!