This is one of the more difficult programming things I have attempted, and since I am asking for help it means I haven’t figured the stupid thing out.
Here are the Details:
1. I have 3 Reports
2. I have a work facility of 27 different sections for which the database is tracking information
Without having to create 81 distinct reports, or create parameter queries where the user must type in their section name “perfectly” to get it to work, I would like to try and do the following:
Create a pop-up form. Place 2 combo boxes on it. One with the 27 section names in it. The other with the 3 Report names (which may go to 6). The user would then select their section and what type of report they want, press an OK button and “poof”, a great report.
I would even like to to add a fancy feature of putting (2) date range boxes on the pop-up form so they can search by date range.
Putting fantasy into reality would be great, but as I stated earlier I am struggling with how to get the section combo box to work like a “filter” while designating which report to send the filtered query information to.
As always, I do appreciate the help I receive. Thanks.