When I press the cancel button (which is suppose to close the form AND the report...) on a form used to supply parameter values for a report, I still get prompted (from the report) for the values of the field parameters in the form??? Meaning the report is still running...?? Can anyone tell me what is wrong? Why doesn't my docmd.close acreport... statement not work?
Private Sub cmdCancel_Click()
DoCmd.Close acForm, "frmParameters", acSaveNo
DoCmd.Close acReport, "Report_2002GiftsAllDrops_CircPlan"
End Sub
Any help would be greatly appreciated
Private Sub cmdCancel_Click()
DoCmd.Close acForm, "frmParameters", acSaveNo
DoCmd.Close acReport, "Report_2002GiftsAllDrops_CircPlan"
End Sub
Any help would be greatly appreciated