Hi all,
Looking for a bit of direction with what seems a simple issue. I have two forms. In form 1, there is a combo box that I have set on click to open form 2 in this manner:
Private Sub boxEditEntry_Click()
DoCmd.OpenForm "frmSRTEdit", , , "[ControlNumber]=" & Me.boxEditEntry
End...