Is there a way to combine fields from a query to read as one on a report? I have a query that has "Last Name" and "First Name" fields. I want on the report to just show the two fields combined. ex. instead of Jones, Bob - I would like it to show Bob Jones
To concatenate two fields into a single field in your result set, open your query in design mode. Next enter your field names in the query window separated by the & symbol.
These fields are comming from a table called HR_Employee_tbl. When I just put the FirstName & " " & LastName in an open grid in the query box I get some type of syntax error.
You need to decide if the field name is FirstName or First Name. If you have an issue with a query, please post the SQL View so someone can help.
Duane
MS Access MVP
[green]Ask a great question, get a great answer.[/green]
[red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
[blue]Ask me about my grandson, get a grand answer.[/blue]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.