F
fred
Testing "MS Knowledge Base Article - 235422 - Open
a Password-Protected Database...", I was able to open
a "protected.mdb" with a " "second.mdb" as illustrated
in the article. My problem is, as soon as the
"protected.mdb" is opened by the "second.mdb", I
immediately close the "second.mdb". When I do this, I
get the "...There was a problem sending the command to
the program" error message for the "second.mdb". Is
there a way to avoid this error message? I want to
make the "second.mdb" 'transparent' to the user.
Below is the code for the start form for the "second.mdb":
Private Sub Form_Load()
OpenPasswordProtectedDB ' 235422 subroutine in module
DoCmd.Quit
End Sub
a Password-Protected Database...", I was able to open
a "protected.mdb" with a " "second.mdb" as illustrated
in the article. My problem is, as soon as the
"protected.mdb" is opened by the "second.mdb", I
immediately close the "second.mdb". When I do this, I
get the "...There was a problem sending the command to
the program" error message for the "second.mdb". Is
there a way to avoid this error message? I want to
make the "second.mdb" 'transparent' to the user.
Below is the code for the start form for the "second.mdb":
Private Sub Form_Load()
OpenPasswordProtectedDB ' 235422 subroutine in module
DoCmd.Quit
End Sub