
March 29th, 2000, 11:31 PM
|
|
Junior Member
|
|
Join Date: Feb 2000
Location: Laurens, SC ,US
Posts: 20
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I would like to use the Sum function for a page which shows orders in the database.
I use the following:
"Select Location, (Sum)OrderTotal from Orders Group by Location"
and get a very long string of numbers. The same phrasing works with Count but not with AVG or Sum.
The OrderTotal field is decimal type.
Does anyone know why this isn't working or have suggestions about getting a total?
Thanks.
|