Hello,
When I use the keyword "AS" to rename a column in a SQL query, it does not rename the column in the table returned by the query:
SELECT Customer.ID, Customer.Address AS CustomerAddress
The table that is returned has "Address" instead of "CustomerAddress" as the name of the attribute.
I've read postings on this where users said to ALTER a table. Is this a shortcoming in Access or is this intentional? I use Access 2002.
How would you recommend doing this?
When I use the keyword "AS" to rename a column in a SQL query, it does not rename the column in the table returned by the query:
SELECT Customer.ID, Customer.Address AS CustomerAddress
The table that is returned has "Address" instead of "CustomerAddress" as the name of the attribute.
I've read postings on this where users said to ALTER a table. Is this a shortcoming in Access or is this intentional? I use Access 2002.
How would you recommend doing this?