Hello,
I am trying to create ID tags with Avery business cards from an Access report. Below is the code for the Name fields. How can I get a space to appear between the first and last name?
Thanks so much, Nancy
=Trim([FirstName] & [LastName])
I am trying to create ID tags with Avery business cards from an Access report. Below is the code for the Name fields. How can I get a space to appear between the first and last name?
Thanks so much, Nancy
=Trim([FirstName] & [LastName])