How do you rename table headers in a query using Offic 07?
I think you need to wrap the alias in single quotes
"DFoster" wrote:
In older versions you could use AS after the field name and replace the name,
now that doesn't work. Example would be select dwdata.lstnme AS "Last".
With this in the query it would bring back a column heading of Last instead
of lstnme.
|