Results 1 to 3 of 3

Thread: Password

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Exclamation

    Hi,

    I am trying to open a database, but I always get
    Error: Not a valid password even though the password
    is correct.

    Set dbsCustomers = OpenDatabase(“c:\Customers.mdb”, False, False, ";pwd=thepassword123")

    Any suggestions. Thanks.
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  2. #2
    Lively Member Jamagei's Avatar
    Join Date
    Jul 2000
    Location
    running from you. You freak.
    Posts
    69
    try this line

    Set dbsCustomers = Workspaces(0).OpenDatabase("C:\Customers.mdb, False, False, "MS Access;pwd=thepassword123")

    it works for me.
    Now, aren't you sorry you didn't just keep on scrolling?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Cool

    Hi Jamagei

    The problem was that Access doesn't like passwords that
    start with a number (My actual password started with a
    nuber)!

    Thanks for your help
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

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