G
Guest
I have a SQL Statement that includes the foollowing:
Transaction.Program, Transaction.[Special Use],
Sum(Transaction.OrigBudgetAmt) AS 0059
FROM [Transaction]
The AS 0059 is the problem. When I save the query, the designer truncates
the 0059 to 59. I have tried to enclose the field name in brackets [0059] but
the designer still truncates the name when it is saved.
This was working under Office 2000.
Any suggestions will be greatly appreciated.
Transaction.Program, Transaction.[Special Use],
Sum(Transaction.OrigBudgetAmt) AS 0059
FROM [Transaction]
The AS 0059 is the problem. When I save the query, the designer truncates
the 0059 to 59. I have tried to enclose the field name in brackets [0059] but
the designer still truncates the name when it is saved.
This was working under Office 2000.
Any suggestions will be greatly appreciated.