I have this code that worked fine in Access 2002.
Now that I am using the database in Access 2010 the form "frmReportDates" isn't becoming visible again...am I missing soemthing or is this a bug?
Thanks
DS
Private Sub ImageClose_Click()
DoCmd.Close acReport, "rptFXCustomersActive"
DoCmd.Close acForm, "frmRptPrint"
Forms!frmReportDates.Visible = True
End Sub