Hello all,
I need a solution to what I know is a very simple problem. I have a form that users enter basic information, their name, units checked, date etc. I want to run a report based on this information. My main form is where the users enter their info via text box or combo box, which saves to a linked table. I have a "Run Report" button at the bottom. When they click the Run Report button, a subform opens up with three boxes, Staff name, Start Date, Ending Date. I want them to be able to pick their own name and a date range to run the report. I can do each individually, but am having problems generating the report based on both criteria, name and date. Again, this report is pulling from a linked table from a separate db. I can filter the names easily enough with the macro expression builder but can't seem to do the date range. Any advice? Thanks in advance.
I need a solution to what I know is a very simple problem. I have a form that users enter basic information, their name, units checked, date etc. I want to run a report based on this information. My main form is where the users enter their info via text box or combo box, which saves to a linked table. I have a "Run Report" button at the bottom. When they click the Run Report button, a subform opens up with three boxes, Staff name, Start Date, Ending Date. I want them to be able to pick their own name and a date range to run the report. I can do each individually, but am having problems generating the report based on both criteria, name and date. Again, this report is pulling from a linked table from a separate db. I can filter the names easily enough with the macro expression builder but can't seem to do the date range. Any advice? Thanks in advance.