protect BE with Microsoft Access Password

Joined
Dec 21, 2005
Messages
6
Reaction score
0
Hi,



I want to protect my BE with Microsoft Access Password. When I do so, The FE can't log into the BE and a message "illegal password" appears.

How can I supply the password from the FE to the BE?



BTW, I have found this VB code, but it doesn’t seem to work in this case.



Sub OpenProtectedDB()



Dim dbs As Database Const conFilePath = "C:\Program Files\Microsoft Office\Office\Samples\"



Set dbs = OpenDatabase(conFilePath & "Orders.mdb", False, False, ";pwd=topsecret")End Sub

Thank you for any help,





AviA
 
Last edited:
Hi guys,

I have found a solution for my question, so thank you all for your time.

AviA
 
Back
Top