didn't work. I posted
I put this on a command button, on my FormA
On Error GoTo Err_Additional_Click
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmDataentry"
'????both id's same
stLinkCriteria = "[lngUsrId]=" & Me![lngUsrId]
DoCmd.OpenForm stDocName, , , stLinkCriteria
Exit_Additional_Click:
Exit Sub
Err_Additional_Click:
MsgBox Err.Description
Resume Exit_Additional_Click
End Sub
On the bottom of the form that opens, frmDataentry or form B, it stays Filtered, but person/department selected on Form A isn't the same as on form B