That sounds like a great idea. Can you give me directions or a webpage to learn more about it. I have used the odbc drivers when I did ASP in the past and when I did some VB programming with databases.
1) Download the ODBC drivers from microsoft.
2) Install it.
3) Open it by accessing it via the control panel.
4) Click on the tab called System DSN
5) Button Add
6) Choose mysql in the list of drivers and continue.
7) Type a name (same as a bookmark) for this connection
in "Windows DSN name"
8) Fill host/IP
9) Enter the database you want to access to in "database name"
10) user & password.
11) Click OK and leave.
12) Open MS-ACCESS
13) Choose "ODBC database" in the open menu.
14) Click on the tab called "Machine Data Source"
15) Select your "data source name" and click OK.
16) Choose the table you want to edit.
DONE!
Hey, thats a good idea and I got it working. What if i want to create more tables, and import data from a spreadsheet. Can I connect to the main database and do that, or do I have to manually create the tables in mysql.
I've never tried to create tables with ms-access.
I always use it to edit data and to paste new
records coming from excel files.
BTW, when pasting rows in access, be careful
the table has the right NULL/NOT NULL settings.
Otherwise you will get plenty of error messages
if you excel table has empty cells.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.