T
TeeSee
What am I missing? Do I have the syntax correct?
Is there something required in the filter property of the form to be
opened?
The field [FileNumber] is the field on frmSearch to be double clicked.
[ctlFileNumber] is on the form being opened.
Private Sub FileNumber_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmMSDSdataInput", acEdit, , "ctlFileNumber=forms!
[frmSearch]![FileNumber]"
End Sub
Suggestions appreciated as always. Regards.
Is there something required in the filter property of the form to be
opened?
The field [FileNumber] is the field on frmSearch to be double clicked.
[ctlFileNumber] is on the form being opened.
Private Sub FileNumber_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmMSDSdataInput", acEdit, , "ctlFileNumber=forms!
[frmSearch]![FileNumber]"
End Sub
Suggestions appreciated as always. Regards.