I have a select query that is based on two crosstab queries.
One of the crosstabs uses the * to pull in all fields to the query. This is needed because the table data is not constant (i.e new products can be added, removed, etc.)
The select query gives me the data I need. However, the field names' syntax looks like this <QueryName>.FieldName
As stated above, this is a result of using the * in one of the queries.
Is there a way to strip/remove the QueryName portion of the field label so all that displays on the report is the FieldName portion of the label?
One of the crosstabs uses the * to pull in all fields to the query. This is needed because the table data is not constant (i.e new products can be added, removed, etc.)
The select query gives me the data I need. However, the field names' syntax looks like this <QueryName>.FieldName
As stated above, this is a result of using the * in one of the queries.
Is there a way to strip/remove the QueryName portion of the field label so all that displays on the report is the FieldName portion of the label?