P
PatK
I have a question about Aliasing fields in a query, if that it the right
terminology.
I have linked my Access DB to an external sharepoint list. The person who
created it labeled the heading of one column: Prod (start month).
I am creating a query and while I am at it, I want to simply this name, to
Sdate. So, I have entered this in the field column for this field: Sdate:
Prod (start month)
Unfortunately, while it gives no error, the output column is still labelled
Prod (start month). When I look at the sql query, I see:
SELECT DISTINCTROW ... [DB Upgrades Funnel].[Prod (Month Start)] AS SDate, ...
SO this is as I would expect, but the output table heading is not Sdate, as
I would hope. Ideas? ARe those parentheses in the table header row of the
source list confounding the situation?
Many THanks!
Patk
terminology.
I have linked my Access DB to an external sharepoint list. The person who
created it labeled the heading of one column: Prod (start month).
I am creating a query and while I am at it, I want to simply this name, to
Sdate. So, I have entered this in the field column for this field: Sdate:
Prod (start month)
Unfortunately, while it gives no error, the output column is still labelled
Prod (start month). When I look at the sql query, I see:
SELECT DISTINCTROW ... [DB Upgrades Funnel].[Prod (Month Start)] AS SDate, ...
SO this is as I would expect, but the output table heading is not Sdate, as
I would hope. Ideas? ARe those parentheses in the table header row of the
source list confounding the situation?
Many THanks!
Patk