|
-
Oct 12th, 2000, 12:15 AM
#1
Thread Starter
Lively Member
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
-
Oct 12th, 2000, 06:59 AM
#2
Lively Member
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?
-
Oct 12th, 2000, 11:51 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|