Hi,
I have inherited a database to work on which has a large number of queries many with dependent queries.
A requirement just in is to run a set of reports based on a subset of the main table a little bit like grouping. I don't really want to go through and change each query and a far more elegant solution would be to subset the table, run the reports, change the subset, run the reports... yada yada.
Hopefully the example below explains it better.
Table - Maindata
Field - Class
Class has the following values: 1,2,3,4
So I want to report on all the 1 class, then all the 2, etc
A high level filter would work if there were such a thing.
Does anyone have any ideas please, while I still have hair.
Many thanks
Chris
I have inherited a database to work on which has a large number of queries many with dependent queries.
A requirement just in is to run a set of reports based on a subset of the main table a little bit like grouping. I don't really want to go through and change each query and a far more elegant solution would be to subset the table, run the reports, change the subset, run the reports... yada yada.
Hopefully the example below explains it better.
Table - Maindata
Field - Class
Class has the following values: 1,2,3,4
So I want to report on all the 1 class, then all the 2, etc
A high level filter would work if there were such a thing.
Does anyone have any ideas please, while I still have hair.
Many thanks
Chris