Sum the column in query result

  • Thread starter Thread starter imtmub
  • Start date Start date
I

imtmub

Hi All,
I have a command button. that runs query. I want to sum the one field
in query result. anybody give me some suggestion.
 
Hi, Depending on what you actually require you could either run the query as
a totals query or if you require to see all the record information you could
do a report from the query with a total at the bottom.

Stu
 
Back
Top