Concatenate
Try it: Combine the Fields.
Select the LastName
field on the QBE grid
Go to Design->Query Setup
Select Insert Column
Zoom into the new, blank field
Type the following:
Name: [LastName] & ", " & [FirstName]
Concatenate the City, State and Zip
Insert a new column and type:
CityStateZip: [City] & ", " & [State] & " " & [Zip]
Save the query as
rptCustomerReceiptSQ.