G
Guest
ACCESS 2003
I need to put three or more "if, then" in one expression:
If "city"="wa" then "Watsonville"
If city ="HO" then "hollister"
etc....
Also sometimes I have a code (say 50 state abbreviations) and need to return
the state spelled out in full. Can i do a table and lookup :
if "CA" then look in list for match to "CA" and return California
I need to put three or more "if, then" in one expression:
If "city"="wa" then "Watsonville"
If city ="HO" then "hollister"
etc....
Also sometimes I have a code (say 50 state abbreviations) and need to return
the state spelled out in full. Can i do a table and lookup :
if "CA" then look in list for match to "CA" and return California