My delima is that I need to have [MI] and I need to have a period after the [MI] but not all names have middle initials. I know this is probably a simple IIF statement but I am not sure how to set it up so that if the field is null that it removes the period and the blank space created when there is no info in the [MI] field.
=[FIRST_NAME] & " " & [MI] & " " & [LAST_NAME] & "
" & [HSTREET] & "
" & [HCITY] & ", " & [HST] & " " & Left([HZIP],5) & "
I'm sure this is fairly simple, however it is beyond my capabilities. Thanks in advance for any help.
=[FIRST_NAME] & " " & [MI] & " " & [LAST_NAME] & "
" & [HSTREET] & "
" & [HCITY] & ", " & [HST] & " " & Left([HZIP],5) & "
I'm sure this is fairly simple, however it is beyond my capabilities. Thanks in advance for any help.