Hi Marshall,
I have a single query (a crosstab query) that I would like to view using
several different sets of criteria.
The sets of criteria include such things as PartType and Location. They are
numbers (primary keys) from some small tables. I am attempting to product
the query to show me results for Location A and Parts #1 thru #6. Then
Location A and Parts #7-8. Then Location B and Parts 1-6. Then Location B
and Parts 7-8. (For example). My sets of criteria will normally not change
so I would prefer the criteria to be stored somewhere rather than requiring
input from the user.
I realize I could copy the query several times and fix the criteria in each
individual copy of the query, but it seems more "orderly" to only have one
query to maintain. My thought was that I might tweak the general design of
the crosstab query over time, and with multiple copies I would have to go
into each one to update it.
I am unfamiliar with dialog mode for the report. Maybe that will get me
there.
Is that related to the "pop-up" option on the report properties? If you can
give me a little guidance on that I will give that a shot.
At the moment I am just opening the report from the Access reports list.
Eventually I want to open the report from a command button on my initial
"switchboard" form. It could be multiple reports if needed, but I would
prefer to get all the data on one printed report if possible.
I also made note of George's comment about grouping. I can see how that
could get me the report separated by Location, for example, but was not sure
if that had capability to limit my other criteria, such as a particular
selection of Parts.
I do appreciate your help and apologize for my ignorance. Sometimes the
biggest challenge for a novice like myself is how to correctly phrase the
question.
thanks very much,
Doug
Sorry, but multiple queries is more about HOW you are trying
to do something. If you can explain WHAT the objective is,
[quoted text clipped - 11 lines]