Thank you.
I pressed Alt F11 to open the IDE or VBA debugging window and this is the only code that is in that window:
Code:
Option Compare Database Private Sub Report_Close() DoCmd.Close acForm, "ParamForm" End Sub Private Sub Report_Open(Cancel As Integer) DoCmd.OpenForm "ParamForm", , , , , acDialog End Sub
Leave a comment: