Ok, I understand the design reasoning here; but I have a related question.
[quoted text clipped - 5 lines]
Would like confirmation. If there's a better way, I'm all ears.
There is certainly a better way.
A Report is NOT a static object. It's just a dynanmic window, a way of
moving data from relational tables to paper, based on the current
value of the data. Once you've printed the paper, *that* is a static
object which can be put into a file cabinet (or, you can print to a
file and save that file in a folder).
Simply base your (single) Report on a (single) parameter query which
retrieves the data that you want reported. You don't say how the query
or the report will change, so I'm not sure I fully understand your
question!
John W. Vinson[MVP]