09-14-2011, 12:15 PM
Hi,i think you can connect to it as any of the other database connection ,chk in your control panel (ODBC connection),that there is an entry of ms access database and use the usual
Code:
Set DBConnection = CreateObject("ADODB.Connection")
DBConnection.ConnectionString = "Ms Access databse"
DBConnection.Open