Hi,
On Windows 7, I must connect a MS Access client (.accdb), where all the forms, VBA scripts, macro, and reports are, to a MySQL Database instead of a MS Access database (.mdb). Here what I have tried so far.
I created a connection with MySQL Connector /ODBC 5.3 Unicode driver (
https://dev.mysql.com/downloads/connector/odbc/5.3.html) to the MySQL database with success.
After in MS Access 2013, I created a new database (.mdb) by linking to my local machine ODBC Connector. I can see the data in each table I have linked.
However, I didn’t find where to change the connection’s setup of the MS Access client (.accdb) so it uses the data from the new .mdb file linked to the MySQL database. Where do we do that?
Is there another, maybe easier way to use MS Access's user interface to interact with data from a MySQL database?
Best Regards,
Sébastien