T
Tara
I need to find a way that users can click on a button to begin running a
report, have a form pop up that allows them to set criteria for whatever
report they chose, and then continue to that report. I have all the pieces
in place including the form that pops up (frmCriteria) and pauses the code so
the user can set the criteria. The problem I'm having is that the reports
each require frmCriteria be open in order to determine which RecordSet to
use. Because frmCriteria is opened as Dialog, it must be closed in order to
resume the code. So, I can suspend the code, but I can't start it again (by
closing frmCriteria) because then the report doesn't get the correct
RecordSet.
Any ideas as to how to overcome this?
report, have a form pop up that allows them to set criteria for whatever
report they chose, and then continue to that report. I have all the pieces
in place including the form that pops up (frmCriteria) and pauses the code so
the user can set the criteria. The problem I'm having is that the reports
each require frmCriteria be open in order to determine which RecordSet to
use. Because frmCriteria is opened as Dialog, it must be closed in order to
resume the code. So, I can suspend the code, but I can't start it again (by
closing frmCriteria) because then the report doesn't get the correct
RecordSet.
Any ideas as to how to overcome this?