Connect MS Access 2002 to SQL 2005 Express

D

dlh

I am trying to connect MS Access 2002 to SQL 2005 Express. Do you know if
this can be done?
 
J

Joe Fallon

I assume so.
It is just a variation on SQL Server so treat it the same way and I bet it
will work.
Set up an ODBC DSN uisng the SQL Server dirver and then link tables through
ODBC.
 
Top