Query - Merging Fields

G

Guest

I am new to access and need some help. I have a table with employees and I
have a field FirstName and LastName.

I am trying to do a query where there is one field with the first and last
name in the same field. I have done the following:

Tech: [FirstName]+[LastName]

When I run my query it does show the first and last name but there is no
space between the two. How can I get a space between the first and last name?

Thanks.
 
G

Guest

Thank you - this worked!!

Jackie L said:
Try
[FirstName]&" "&[LastName]
or
[LastName]&", "&[FirstName]

Hope this helps.

Denise said:
I am new to access and need some help. I have a table with employees and I
have a field FirstName and LastName.

I am trying to do a query where there is one field with the first and last
name in the same field. I have done the following:

Tech: [FirstName]+[LastName]

When I run my query it does show the first and last name but there is no
space between the two. How can I get a space between the first and last name?

Thanks.
 

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