Alternate name for titles of calculated columns

L

Leo Rod

I have a query that dump data into Excel but one of the calculated fields on
this query: "Max(price)" on the title does not return any column title value
when exporting to Excel.
The question is:
Is there a way to use an alternate name for the titles of existing and
calculated columns?

If someone knows how to do it, please let me know.

Respectfully,

Leo.
 
J

Jeff Boyce

Leo

In the field "cell", put something like:

MyNewField: ...

where the "..." is your expression.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Top