I have an app that is usin DAO (I am Used to ADO), and I'm having trouble with opening the passworded database.
I am getting the message Not a Valid Password when I know it is. Here is my code:
Set db = DBEngine(0).OpenDatabase("pdp.mdb", , , "Jet OLEDB;password=mypass"
What am I doing wrong? Thanks in advance
Catrina
I am getting the message Not a Valid Password when I know it is. Here is my code:
Set db = DBEngine(0).OpenDatabase("pdp.mdb", , , "Jet OLEDB;password=mypass"
What am I doing wrong? Thanks in advance
Catrina