I have a form with a button that opens a password form, enter the password and then that opens another form.
What I need is after the password has been entered and then another form opens I need it to relate to the first form.
I know this works when you just have a button to open a form which relate together.
Docmd.OpenForm, "Form", , , "TxtBox = '" & Me.txtBox & "'"
But I need it to skip over the password form and then open the second for so that its related to the first from.
Please help!! :banghead::banghead:
What I need is after the password has been entered and then another form opens I need it to relate to the first form.
I know this works when you just have a button to open a form which relate together.
Docmd.OpenForm, "Form", , , "TxtBox = '" & Me.txtBox & "'"
But I need it to skip over the password form and then open the second for so that its related to the first from.
Please help!! :banghead::banghead: