G
Guest
I'm currently using an unbound form with text boxes and a button to open a
report in Access2000 (very new at this, by the way):
DoCmd.OpenReport "rptMeet", acPreview, "", ("[MeetDate]=
Forms![frmPrintDialog]![txtMeetDate]")
I'd like to include two additional text boxes in which to enter criteria,
School1 and School2. If the user enters data in the boxes, I'd like the
report to filter using that data (the user would be entering data in both
fields); however, I also want the option of leaving those 2 fields blank and
having the report filter only on the txtMeetDate from the example above.
Thanks for the assist!
report in Access2000 (very new at this, by the way):
DoCmd.OpenReport "rptMeet", acPreview, "", ("[MeetDate]=
Forms![frmPrintDialog]![txtMeetDate]")
I'd like to include two additional text boxes in which to enter criteria,
School1 and School2. If the user enters data in the boxes, I'd like the
report to filter using that data (the user would be entering data in both
fields); however, I also want the option of leaving those 2 fields blank and
having the report filter only on the txtMeetDate from the example above.
Thanks for the assist!