First Name, Last Name = Name

dbalargin

Member
Local time
Today, 02:13
Joined
Dec 31, 2002
Messages
39
I have a query with the fields: First_Name and Last_Name.
I want to create a field that is made up of both fields and call it Name. Thus, Name = First_Name + Last_Name
 
Add this setting in a new column in the query grid:-

Field: Name: First_Name & " " & Last_Name

Show: check
 
Works like a charm...Thanks!
 

Users who are viewing this thread

Back
Top Bottom