B
Bob Watson
I am aware that non-bound query objects on forms can
be used to drive queries. Assuming you had four potential
fields to put into a query, but any of these four
could be used or not used, how do you drive the query?
To give an example, assume you wanted a query
which would respond to
Time Zone Frequency
Eastern Always
Central Sometimes
Mountain Never
Pacific
MediaType One More Which I Forget
Radio CriteriaA
TV CirteriaB
Now, I need the user to be able to pick any
and all of the above ( somewhere between 0 and
4 of the above categories ) and they use that
information to power a query.
I guess, said another way, all of the four criteria
categories could have an
ALL value as well. Such
as
Time Zone etc etc etc etc
ALL
Eastern
Central
Mountain
Pacific
How would I go about that?
Thanks in advance,
Bob
be used to drive queries. Assuming you had four potential
fields to put into a query, but any of these four
could be used or not used, how do you drive the query?
To give an example, assume you wanted a query
which would respond to
Time Zone Frequency
Eastern Always
Central Sometimes
Mountain Never
Pacific
MediaType One More Which I Forget
Radio CriteriaA
TV CirteriaB
Now, I need the user to be able to pick any
and all of the above ( somewhere between 0 and
4 of the above categories ) and they use that
information to power a query.
I guess, said another way, all of the four criteria
categories could have an
ALL value as well. Such
as
Time Zone etc etc etc etc
ALL
Eastern
Central
Mountain
Pacific
How would I go about that?
Thanks in advance,
Bob