Alternate name for titles of calculated columns

  • Thread starter Thread starter Leo Rod
  • Start date Start date
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.
 
Leo

In the field "cell", put something like:

MyNewField: ...

where the "..." is your expression.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top