How do I modify a name list in report view?

W

Wayne

I am making a name list for a report. I would like to
make the report show First and Last Names of persons.
However, I do not know the expressions to make the names
appear as "John Doe". Using the wizard, the names come
up as "John Doe". How do I bring the two names
together? Could someone please tell me what expression
to use in design view to make this name list look like a
real list of names?
 
T

Tony

Something like this

[FirstName] & " " & [LastName] = John Doe

or

[LastName] & ", " & [FirstName] = Doe, John
 

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