H
hotrod1952 via AccessMonster.com
I have a combo on a form which is a value list. 0,3, 4 are the options
available from the list. I have a query based on a table and the row of the
table that I need to query against has contains values 0,1,2,3 as data. What
I am trying to do is have the query return results when combo = 3 return all
data from table that is 3, When combo =0 return all data that is 0, And When
combo = 4 (I can change this in the list to something else) return all data
that is 3 and 0. I have the Combo and query set up and will work with 3 or 0
but not both and need an idea how to code the query to query for both 0 and 3.
Thanks
available from the list. I have a query based on a table and the row of the
table that I need to query against has contains values 0,1,2,3 as data. What
I am trying to do is have the query return results when combo = 3 return all
data from table that is 3, When combo =0 return all data that is 0, And When
combo = 4 (I can change this in the list to something else) return all data
that is 3 and 0. I have the Combo and query set up and will work with 3 or 0
but not both and need an idea how to code the query to query for both 0 and 3.
Thanks