J
Jason
I have
Private Sub Report_NoData(Cancel As Integer)
msgbox ""
docmd.close acform,name
but the close command generates an error. How do I close the report after
displaying message?
Thanks,
J.
Private Sub Report_NoData(Cancel As Integer)
msgbox ""
docmd.close acform,name
but the close command generates an error. How do I close the report after
displaying message?
Thanks,
J.