A
Amateur
Dear Sirs,
I have a Form n one Database (DB1) which I open with a command button in
another database (DB2) - it is working well.
In DB1 I have a Module like this:
Public Sub OpenStatements()
DoCmd.OpenForm "statements"
End Sub
In DB I have the following VB in my command button to open the form:
Private Sub OpenstatementsForm_Click()
Openstatements
End Sub
Now I would like that the Form from DB1 is Opening as a subform in DB2:
Can someone help me with the code?
Thanks
Klaus
I have a Form n one Database (DB1) which I open with a command button in
another database (DB2) - it is working well.
In DB1 I have a Module like this:
Public Sub OpenStatements()
DoCmd.OpenForm "statements"
End Sub
In DB I have the following VB in my command button to open the form:
Private Sub OpenstatementsForm_Click()
Openstatements
End Sub
Now I would like that the Form from DB1 is Opening as a subform in DB2:
Can someone help me with the code?
Thanks
Klaus