Query

P

Pass-the-reality

In my table I have a field for FirstName and one for LastName. On a Query, I
need to show LastName, FirstName. I tried adding the below to the Query
Field, but it does not come up correctly

Associate: [LastName] And [FirstName]

What do I need to add?
 
D

Dirk Goldgar

Pass-the-reality said:
In my table I have a field for FirstName and one for LastName. On a
Query, I
need to show LastName, FirstName. I tried adding the below to the Query
Field, but it does not come up correctly

Associate: [LastName] And [FirstName]

What do I need to add?


Associate: [LastName] & ", " & [FirstName]
 

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