I have a query that includes the fields City, St and Zip. I want to combine them into one field.
If I put [city]+[st]+[zip], it works fine IF there is data in ALL 3 fields. But if data is missing in any of the fields nothing happens and it comes up blank.
Any hints so I get results even with 1 or 2 fields empty?
Thanks.