M
MeSteve
I am getting the error above when I am trying to run code to access an Access
DB. The code is only ther eif the database is closed, I open the
database,BAM my code works. I think I understand the cause of the error, but
how do I work around it?
I am using:
Set db = OpenDatabase("<UNC PATH>")
Set rs = db.OpenRecordset("tbl_Projects")
How do I reference a database that is not currently open? Or do I need to
train people to have the database open before running the code?
DB. The code is only ther eif the database is closed, I open the
database,BAM my code works. I think I understand the cause of the error, but
how do I work around it?
I am using:
Set db = OpenDatabase("<UNC PATH>")
Set rs = db.OpenRecordset("tbl_Projects")
How do I reference a database that is not currently open? Or do I need to
train people to have the database open before running the code?