G
Guest
I have a cool little DB that for the most part does what I want. I am
developing it more and more, particularly on the reporting side now. I have
written some stand alone queries (as opposed to queries inside the report)
that I use for reporting. But I'm finding more and more that I want to use
the same, generic, queries but with small tweaks for different things, but I
don't really want a whole lot of very similar queries. For example, I have
an "Invoiced" query that shows me everything that has been invoiced. Now I
want to use this as the basis for a report, linked to my client, so that I
can produce a statement. I can simply do this adding the appropriate
criteria to a new, but otherwise exactly same query. Or I could redesign the
query 'inside' the report. Either way, I still have 2 query's really doing
the work of one generic one. And, i have many examples of this. Any
thoughts, ideas, comments, or heckles are welcome.
developing it more and more, particularly on the reporting side now. I have
written some stand alone queries (as opposed to queries inside the report)
that I use for reporting. But I'm finding more and more that I want to use
the same, generic, queries but with small tweaks for different things, but I
don't really want a whole lot of very similar queries. For example, I have
an "Invoiced" query that shows me everything that has been invoiced. Now I
want to use this as the basis for a report, linked to my client, so that I
can produce a statement. I can simply do this adding the appropriate
criteria to a new, but otherwise exactly same query. Or I could redesign the
query 'inside' the report. Either way, I still have 2 query's really doing
the work of one generic one. And, i have many examples of this. Any
thoughts, ideas, comments, or heckles are welcome.