I am having a problem trying to concatenate data on a report that is run from a query.
I want to have the city, state concatenate....
=([city] & ", " & [state])
when i change the field on the report from city to =city
when running the report, it asks for city as a parameter...
what can i do to stop...it works with just simple fieldname
can someone help me.... the query uses two tables but it works without the '='.
I want to have the city, state concatenate....
=([city] & ", " & [state])
when i change the field on the report from city to =city
when running the report, it asks for city as a parameter...
what can i do to stop...it works with just simple fieldname
can someone help me.... the query uses two tables but it works without the '='.