M
Mrstacy
I'd like a form to not open unless a form is open. I attached this
code to the report's open event, but it gives an error. Any help is
appreciated.
If Not CurrentProject.AllForms("Frm_Date_Range").IsLoaded Then
MsgBox "Data Range Form Not Open", vbCritical, "Error"
DoCmd.Close acReport, Me.Report
End If
code to the report's open event, but it gives an error. Any help is
appreciated.
If Not CurrentProject.AllForms("Frm_Date_Range").IsLoaded Then
MsgBox "Data Range Form Not Open", vbCritical, "Error"
DoCmd.Close acReport, Me.Report
End If