SET-UP: I currently have a form with unbound text fields to type in the criteria. Then, I have a query with the criteria referencing those text fields. On the form, I have a 'Report' command button to print preview the report.
GOAL: I have a form that filters a query to then print a report. There are two sections in the form: one for Start Date and End Date, the other for a material number. I would like the option to do the following scenarios:
GOAL: I have a form that filters a query to then print a report. There are two sections in the form: one for Start Date and End Date, the other for a material number. I would like the option to do the following scenarios:
- Enter a date range to report all materials received within that range.
- Enter a material number to report all material receipts.
- Enter a date range and material number to report a specific material received within a certain period.
- Leave all three fields blank and report all receipts of every material.
Comment