Hi,
I have a table containing street_no and street_name, I need to do a query and find out what type of numbers are there in a street_name. For example: Commercial St. contains both odd and even numbers, i have to create another field in the query making it to show mixed, and if Commercial St. contains only even numbers without odd numbers , i have to make it shows even, and the same for odd numbers.
Here is a layout example that i have to show on the report:
Street Order
Commercial St mixed
Bay St even
Sunset Ave odd
I tried a lot of ways but just can't seem to make it work, hope someone can help me figure out the problem, thanks!
I have a table containing street_no and street_name, I need to do a query and find out what type of numbers are there in a street_name. For example: Commercial St. contains both odd and even numbers, i have to create another field in the query making it to show mixed, and if Commercial St. contains only even numbers without odd numbers , i have to make it shows even, and the same for odd numbers.
Here is a layout example that i have to show on the report:
Street Order
Commercial St mixed
Bay St even
Sunset Ave odd
I tried a lot of ways but just can't seem to make it work, hope someone can help me figure out the problem, thanks!