Eric
Lars
"Eric Starn" <Eric...@discussions.microsoft.com> schreef in bericht
news:55845B3C-249A-47B5...@microsoft.com...
Tip: If you don't use spaces in your field anmes, you can drop the
bracketing...
FullName : FirstName & " " & LastName
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love... and you'll never work a day in your life."
"Eric Starn" <Eric...@discussions.microsoft.com> wrote in message
news:55845B3C-249A-47B5...@microsoft.com...
Second, Right now I just have the query. So you are saying add a calculated
field to the query to combine the first and last name, then make a report on
that field.
Sorry to be a pain
This is a new one for me.
Thanks
Eric
"Al Campagna" wrote:
> .
>
FullName : [First Name] & " " & [Last Name]
Choose a Sort value in that column... if needed.
You've just created a "bound" calculated field named FullName.
When you place [FullName] or FullName on your report, just like
any other bound field, it will display it's values as...
Richard Jones
or
Henry Smith
.... etc...
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love... and you'll never work a day in your life."
"Eric Starn" <Eric...@discussions.microsoft.com> wrote in message
news:6C0169F5-60C8-4394...@microsoft.com...