When I try to do the following:
Code:
Dim strCnn As String
Dim dbFac As DAO.Database
Dim db As DAO.Database
Dim rst As DAO.Recordset
Set db = db.OpenDatabase _
("C:\Projects\CustomReports\ctx2000.mdb", _
False, False, "MS Access;PWD=****")
[\code]
It highlights the .OpenDatabase and says member not found. I have the "Microsoft DAO 3.6 Object Library" reference installed, and still can't do this. Any ideas? Am I supposed to be able to do this or do I need a "Developer's License" like the one you get with visual basic? Thanks!