Results 1 to 2 of 2

Thread: 3625 : Item not found in this collection...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Location
    Omaha, NE, USA
    Posts
    28

    Angry

    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?
    - Ovid -

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb

    Should be like this:
    Code:
    Set UserDB = DBEngine.Workspaces(0).OpenDatabase(App.Path & "\Users.mdb", False, False)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width