J
John D
I have this query:
___________________________________
SELECT
TAa1_AllAccts.OrgID
TAa1_AllAccts.[2006] AS 06_NonEntNet,
TAa1_AllAccts.[2005] AS 05_NonEntNet,
TAa1_AllAccts.[2004] AS 04_NonEntNet,
TAa1_AllAccts.[2003] AS 03_NonEntNet
FROM TAa1_AllAccts
WHERE (((TAa1_AllAccts.AcctNo)="6073"))
_____________________________________
The field (column) names for the 05 through 03 values are as I expect:
05_NonEntNet
04_NonEntNet
03_NonEntNet
But the field name for the 06 value is:
2006
I see nothing in the TAa1_AllAccts table design that could somehow cause
this - the field definitions for these 4 fields are exactly the same except
for the field name = "YYYY".
Any suggestions? Thanks - John D
___________________________________
SELECT
TAa1_AllAccts.OrgID
TAa1_AllAccts.[2006] AS 06_NonEntNet,
TAa1_AllAccts.[2005] AS 05_NonEntNet,
TAa1_AllAccts.[2004] AS 04_NonEntNet,
TAa1_AllAccts.[2003] AS 03_NonEntNet
FROM TAa1_AllAccts
WHERE (((TAa1_AllAccts.AcctNo)="6073"))
_____________________________________
The field (column) names for the 05 through 03 values are as I expect:
05_NonEntNet
04_NonEntNet
03_NonEntNet
But the field name for the 06 value is:
2006
I see nothing in the TAa1_AllAccts table design that could somehow cause
this - the field definitions for these 4 fields are exactly the same except
for the field name = "YYYY".
Any suggestions? Thanks - John D