I have a query with a calculated field that is giving incorrect results some of the time. This is from my sql statement:
Sum([totalsettleagent].[filefeectedc]-[totalsettleagent].[countofstrclosedate]) AS [Open Accounts]
In most cases it subtracts ok, but in others I get very strange results. It does 1090 - 195 = 895 fine but for 274 - 20 I get 16256?????
Perhaps I am using this incorrectly. Anybody got a hint?
Thanks, Ken
- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg
Sum([totalsettleagent].[filefeectedc]-[totalsettleagent].[countofstrclosedate]) AS [Open Accounts]
In most cases it subtracts ok, but in others I get very strange results. It does 1090 - 195 = 895 fine but for 274 - 20 I get 16256?????
Perhaps I am using this incorrectly. Anybody got a hint?
Thanks, Ken
- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg