Hi all,
I just don't understand why it's not working...
Private Sub fldIQAID_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmIQA", , , "fldIQAID = " & Me.fldIQAID
MsgBox "Your ID is " & fldIQAID & ""
End Sub
Few details:
MsgBox shows that the ID it pulls is correct, but the form opens...