I am using Access 97. I try to use OpenDatabase method to open a database protected by the database password. The code is:<br><br>Dim db As Database<br>Set db = OpenDatabase("c:\test\backend.mdb", , , "ODBC; pwd=a"<br><br>However, I always get the error message telling me that the password is invalid. I am pretty sure that the password I typed - "a" is correct.<br><br>I do not think this is a complicated problem. But I just can not get through it. What mistake do I make?<br><br>Any help is appreciated. Thanks in advance.<br><br>Seaport