|
-
Jul 14th, 2000, 08:04 AM
#1
Thread Starter
Addicted Member
I am having major probs trying to pass a password to an access database.
The code is below:
Set Mark = OpenDatabase("C:\windows\desktop\mark.mdb", , False, "mufc")
The password for the database is mufc ( in lower case )
As far as i know i am passing the password in the correct syntax but i still keep on getting the error message
RTE 3031 Not a valid password
WHY!!!!!!!!!
If I then try and open the database exclusivly and pass the password ( see code below ) I get a new error message:
RTE 3170 Can't find installable ISAM ( WHAT????)
Set Mark = OpenDatabase("C:\windows\desktop\mark.mdb", True, False, "mufc")
I need help as this project needs to be finished by mon afternoon.
Anything will help.
Regards
Mark
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
|