Spacing in Customer's Name

K

KKash

I've written a query to pull from two separate fields (Last Name) (First
Name) into one field (First Name Last Name) However, I can't figure out how
to put the space between the First and Last Name. Is there a Symbol I'm
missing or something? Thanks!
 
F

fredg

I've written a query to pull from two separate fields (Last Name) (First
Name) into one field (First Name Last Name) However, I can't figure out how
to put the space between the First and Last Name. Is there a Symbol I'm
missing or something? Thanks!

FullName:[FirstName] & " " & [LastName]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top