T
Terri
I am trying to concatenate two fields and then add text in brackets to the
end. Here is what I have:
StaffFullName = ([Me.LastName] & ", " & [Me.FirstName] & " (Mgr)")
I want the end result to be: Smith, Mary (Mgr)
How do I achieve this?
Thank you,
Terri
end. Here is what I have:
StaffFullName = ([Me.LastName] & ", " & [Me.FirstName] & " (Mgr)")
I want the end result to be: Smith, Mary (Mgr)
How do I achieve this?
Thank you,
Terri