I have a control source field called "License" where I display a license number but I concatenate a letter in the front and an indication of the year at the end. For example: ="SM" & [SMLicence] & "-13"
But there are records where the License value is null. So in the field displaying this data, there a "SM-13" being displayed. This is very misleading, so I'd like to find out if the value is null, to not display anything.
How can I display a blank field if the value is null?
CementCarver