I normally run this in Access but now I need to do the same thing using SSMS-Express. However it’s a little different. Could someone revise this two to do the same thing?
IIf(IsNull([mytable.acttnum]),"",[[tn_npa] & "" & [tncop] & "" & [tnline])
and
customerUCase([FIRST_NAME]) & " " & UCase([LAST_NAME]))
IIf(IsNull([mytable.acttnum]),"",[[tn_npa] & "" & [tncop] & "" & [tnline])
and
customerUCase([FIRST_NAME]) & " " & UCase([LAST_NAME]))