I have data where some of the zip codes are not given. In that case I need to go by the county name which is another field in the record. Can I just use some sort of If then expression?
ZIPCODE: If [zipcode] = 0 then [CountyName] else [zipcode].
Sorry Access query expressions are not my strong suit.
Thanks