Hi,
Is it possible to specify multiple Between Ands in a query. What I am trying to do is return a list of zipcodes that are in our state but out side the region we support. I know what the min and max values for the zipcodes are for the state so here is what I did. I used one between..and to specify the values from the min for the state to the zipcode digit onless than the min for the region and I did another between.. and form one digit higher than the max for our region to the max zipcode for the state. Now I did these on seperate criteria lines. It only return the values below our ranges but no values above our range which I do know exist. What am I doing wrong?
Is it possible to specify multiple Between Ands in a query. What I am trying to do is return a list of zipcodes that are in our state but out side the region we support. I know what the min and max values for the zipcodes are for the state so here is what I did. I used one between..and to specify the values from the min for the state to the zipcode digit onless than the min for the region and I did another between.. and form one digit higher than the max for our region to the max zipcode for the state. Now I did these on seperate criteria lines. It only return the values below our ranges but no values above our range which I do know exist. What am I doing wrong?