I have very limited VB skills. I have several versions of queries and reports accessing the same data, except different criteria and grouping levels are needed for the reports, which is why I have so many.
I know there must be a way to use one query and one report and just ask the user to select the report grouping levels and categories of data using a form.
I know how to use a form for report criteria, but then I need separate queries for each type of criteria - I think.
For example, the fields are date, group, type, weight. Some reports have all data by date, so I have a query for that. Some reports show data for one group for all dates, and some show data for one group for a date range entered. Some show all data with weight classes, some just for a group.
I have to have separate queries and reports for each scenario - see my dilemma? I just don't know how to "code" this.
Thanks!
I know there must be a way to use one query and one report and just ask the user to select the report grouping levels and categories of data using a form.
I know how to use a form for report criteria, but then I need separate queries for each type of criteria - I think.
For example, the fields are date, group, type, weight. Some reports have all data by date, so I have a query for that. Some reports show data for one group for all dates, and some show data for one group for a date range entered. Some show all data with weight classes, some just for a group.
I have to have separate queries and reports for each scenario - see my dilemma? I just don't know how to "code" this.
Thanks!