T
TotallyConfused
I have main form and subform. In my subform, I want to call another form for
data entry when I click on one of the fields in the subform. It is working
fine by bringing up the form but with no data. Can someone please help me
why I am not getting any data? This is the event I have on the form that is
beign called from the subform's field.
Private Sub Field_ID_Click()
DoCmd.OpenForm "frm_myform", , , , OpenArgs:="[Field ID]='" & Me![Field
ID] & "'"
End Sub
Thank you.
data entry when I click on one of the fields in the subform. It is working
fine by bringing up the form but with no data. Can someone please help me
why I am not getting any data? This is the event I have on the form that is
beign called from the subform's field.
Private Sub Field_ID_Click()
DoCmd.OpenForm "frm_myform", , , , OpenArgs:="[Field ID]='" & Me![Field
ID] & "'"
End Sub
Thank you.