G
Guest
Hi,
I need to read a table in a secured access database using VBA in an Excel macro. For instance :
Set db = OpenDatabase(MyDatabase)
Set rst = db.OpenRecordset(MySQL)
Problem is that the database is secured (through an Access workgroup) and that above code does not allow me to open the database. Question: is this possible using VBA and if so, how?
I need to read a table in a secured access database using VBA in an Excel macro. For instance :
Set db = OpenDatabase(MyDatabase)
Set rst = db.OpenRecordset(MySQL)
Problem is that the database is secured (through an Access workgroup) and that above code does not allow me to open the database. Question: is this possible using VBA and if so, how?