R
Ripper
I am using this code on an ID field in a subform to open another form with
the record opened in it.
Private Sub ZapID_Click()
strWhere = "[ZapID]=" & Me![ZapID]
DoCmd.OpenForm "frmZap-Add", , , strWhere
The form opens no problem, but the record is not in it. IT IS DRIVING ME
CRAZY!
the record opened in it.
Private Sub ZapID_Click()
strWhere = "[ZapID]=" & Me![ZapID]
DoCmd.OpenForm "frmZap-Add", , , strWhere
The form opens no problem, but the record is not in it. IT IS DRIVING ME
CRAZY!