D
Dan Rock
I have set a database password (MS Access 2003 - Lock project for viewing)
and everything works fine except that when I open a referenced mde, I get
access's enter password box.
My mde's are not password protected, since a user cannot view the code in
them anyway.
The code i am using to open the mde is below:
References.AddFromFile (strPath)
strModule = "[" & Left(strModule, Len(strModule) - 4) & "]."
Application.Run strFunction
Can anyone tell me how the keep the password box from coming up, and still
"Lock project for viewing" in my mdb.
and everything works fine except that when I open a referenced mde, I get
access's enter password box.
My mde's are not password protected, since a user cannot view the code in
them anyway.
The code i am using to open the mde is below:
References.AddFromFile (strPath)
strModule = "[" & Left(strModule, Len(strModule) - 4) & "]."
Application.Run strFunction
Can anyone tell me how the keep the password box from coming up, and still
"Lock project for viewing" in my mdb.