G
Guest
I'm trying to design a form where the user will have one list box where they
will select 1 or several items and they will also have several combo boxes to
choose other criteria as well to generate a query. Is it possible to use
list and combo boxes for criteria for the same query? The reason why I ask
is all the postings I've seen on using a list box as criteria for a query,
the query is being created right in the code of the form. What I want to be
able to do is create the query separately, specify criteria that points to
objects on a form in the design of the query and then just run that query
when the user clicks a button on the form.
will select 1 or several items and they will also have several combo boxes to
choose other criteria as well to generate a query. Is it possible to use
list and combo boxes for criteria for the same query? The reason why I ask
is all the postings I've seen on using a list box as criteria for a query,
the query is being created right in the code of the form. What I want to be
able to do is create the query separately, specify criteria that points to
objects on a form in the design of the query and then just run that query
when the user clicks a button on the form.