M
mabyn
In a label when you want to print a full name with no odd spaces the code is:
=Trim([AttendeeFirstName] & " " & [AttendeeLastName])
What if you are printing a report and just want the two fields to print
together? Can this be done?
=Trim([AttendeeFirstName] & " " & [AttendeeLastName])
What if you are printing a report and just want the two fields to print
together? Can this be done?