Conecting to a MySQL server from Access

D

Daniel Coates

Hi,

I want to use access to create a MySQL Database and to help Edit, Delete,
and Add data in to it.

Is this possible? How do i do it?
 
R

Rick Brandt

Daniel said:
Hi,

I want to use access to create a MySQL Database and to help Edit,
Delete, and Add data in to it.

Is this possible? How do i do it?

If you install the appropriate ODBC driver you should be able to link to the
tables and then go from there.
 
Top