Name Query

jimd1768

jimd1768
Local time
Today, 16:52
Joined
May 8, 2007
Messages
63
I am sorry this is such a basic question but I am stuck and require your expertise.

I have 2 fields for customers:
FirstName
LastName

I was trying to run a query that will give me the full name. Instead of having:
John
Smith

I would like:
John Smith

I hope this makes sense.

Thank you in advance
 
Make a new field:
FullName: [FirstName] & " " & [LastName]
 
Thank you very much. Sorry for such a simple question.
Greatly appreciated
 

Users who are viewing this thread

Back
Top Bottom