Hi,
I am trying to get this query to work, and it won't budge. Please enlighten me!!
On a form, I have a combo box in which there are two fields, <>100 and >=0. I take this value and use it as my criteria within my query, but for some reason it is not pulling any records. When I hard code the <>100 or >=0, it works just fine. My boss seems to think it is interpreting these values as strings when they come from the form, and therefore not returning any values from the numeric field. Does this seem right to you all? And if so, what are the steps I need to take to get this to evaluate to a numeric field?
I am trying to get this query to work, and it won't budge. Please enlighten me!!
On a form, I have a combo box in which there are two fields, <>100 and >=0. I take this value and use it as my criteria within my query, but for some reason it is not pulling any records. When I hard code the <>100 or >=0, it works just fine. My boss seems to think it is interpreting these values as strings when they come from the form, and therefore not returning any values from the numeric field. Does this seem right to you all? And if so, what are the steps I need to take to get this to evaluate to a numeric field?