T
Traci
Right now I've got a query running off of a button on a form that accepts the
value selected. This drop down has three values that are similar:
* Data
* Voice
* Data and Voice
If the user selects Data and Voice, I would like the query to return records
that have Data, Voice, and 'Data and Voice'. However, if they choose Data,
it should only pull records with data. If they choose Voice, it should only
return records with voice. There are also other discrete values the user can
select, that should return records with these values only.
Is this possible? Should I use a LIKE operator?
value selected. This drop down has three values that are similar:
* Data
* Voice
* Data and Voice
If the user selects Data and Voice, I would like the query to return records
that have Data, Voice, and 'Data and Voice'. However, if they choose Data,
it should only pull records with data. If they choose Voice, it should only
return records with voice. There are also other discrete values the user can
select, that should return records with these values only.
Is this possible? Should I use a LIKE operator?