R
RobUCSD via AccessMonster.com
With the code below I'm trying to clean up nulls on close (via cmd button),
its propting for a parameter:
"Forms!frmPtDemographicNew!frmVisitNewEdit!fsubRNnotes.Form!fldRNnotes."
DoCmd.RunSQL "DELETE * FROM tblRNnotes WHERE [fldRNnotes] = [Forms]!
[frmPtDemographicNew]![frmVisitNewEdit]![fsubRNnotes].Form![fldRNnotes] Is
Null"
DoCmd.Close
I'm not sure what its asking for. Thanks for your help in advance, Rob
its propting for a parameter:
"Forms!frmPtDemographicNew!frmVisitNewEdit!fsubRNnotes.Form!fldRNnotes."
DoCmd.RunSQL "DELETE * FROM tblRNnotes WHERE [fldRNnotes] = [Forms]!
[frmPtDemographicNew]![frmVisitNewEdit]![fsubRNnotes].Form![fldRNnotes] Is
Null"
DoCmd.Close
I'm not sure what its asking for. Thanks for your help in advance, Rob