PDA

Click to See Complete Forum and Search --> : 3625 : Item not found in this collection...


Ovid
Jun 22nd, 2000, 10:23 AM
Set UserDB = DBEngine.Workspaces(1).OpenDatabase(App.Path + "Users.mdb")

In the above code, I get the error "Item not found in collection." Now, I have used this same code with different databases several times. I have done the exact same with this as I have with the others. And ideas?

Chris
Jun 22nd, 2000, 11:47 AM
Should be like this:

Set UserDB = DBEngine.Workspaces(0).OpenDatabase(App.Path & "\Users.mdb", False, False)