G
Guest
I'm working my way out of a very bad situation believing that somehow there
must be a better way to accomplish the task than the solution I've got right
now.
I have appr. 10 reports that users would like to have filtered by topic, and
have ended up with 10 different copies of the same parameter form so that I
can reference the name of the form in the query for the report.
Each parameter form is launched from a different command button in the
database, and I would think first to use OpenArgs to pass the filter criteria
to the report, but I am already using OpenArgs to pass values to the (single)
combo box on the form. I'm unfortunately too unskilled to know how to pass
more than one parameter with OpenArgs....
I've seen instances where the Tag property can also come in handy in these
situations, but don't know where to start. Any suggestions?
Many thanks,
Scott A
must be a better way to accomplish the task than the solution I've got right
now.
I have appr. 10 reports that users would like to have filtered by topic, and
have ended up with 10 different copies of the same parameter form so that I
can reference the name of the form in the query for the report.
Each parameter form is launched from a different command button in the
database, and I would think first to use OpenArgs to pass the filter criteria
to the report, but I am already using OpenArgs to pass values to the (single)
combo box on the form. I'm unfortunately too unskilled to know how to pass
more than one parameter with OpenArgs....
I've seen instances where the Tag property can also come in handy in these
situations, but don't know where to start. Any suggestions?
Many thanks,
Scott A