J
JN
I have 5 queries that have [Start Date] and [End Date] parameters in them.
I want to make several different forms that can fire up a variety of
combinations of these queries so I can't hard code the queries' criteria
parameters to be [formsname].[controlname].
I need to have code on each form that will call the query and pass it the
parameters. How would I do that programatically?
The queries are rather long and complex so I don't want to convert them to
SQL statements and lose the ability to edit them in the builder. It is
because of the length and how often I am asked to add or change something
here and there.
I want to make several different forms that can fire up a variety of
combinations of these queries so I can't hard code the queries' criteria
parameters to be [formsname].[controlname].
I need to have code on each form that will call the query and pass it the
parameters. How would I do that programatically?
The queries are rather long and complex so I don't want to convert them to
SQL statements and lose the ability to edit them in the builder. It is
because of the length and how often I am asked to add or change something
here and there.