Hi, I’m looking for some help with a database I’m doing. I want to be able to run a selection of diffrent reports from a form and, depending on what report is asked for, the criteria for the query to come from a combination of 7 other drop down menus. So for example I have a list of report types in one combo box and then 7 other combo boxes that run from querys on the table I want the reports from (Start Date, End Date, Regime, Initiating Team, BF Date, Customer and Document Type are the 7 selections that can be made) For the simplest report the selection will be just Start Date and End Date but others will include all selections. Now what I need help with is getting a coimmand button to run the reports based on the report type selection and then for the reports to use the entries in any of the active combo boxes, for example the most basic one I would normally have just entered “between [Start Date] and [End Date]” in the Criteria on the query but I need it to run from the Start Date and End Date from the combo boxes on the form. Hope this makes sense to someone.
I’m still pretty useless at VB so dummy instructions would be nice.
Cheers