Sum Problem

lsearcey

Board Regular
Joined
Sep 8, 2003
Messages
139
I'm new to access and am having trouble adding a field that contains rate costs. I ran the query and put in the totals area sum put it doesn't add it . The field is called "access cost" but it just changes the name of the field to "sum of access cost" but lists each one instead of totaling them. What can I try ti fix it. Thanks
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
You cannot do a total sum in a query like that -- it only sums up the values for that row of data. So if you are doing a sum on one field, the result will be the same as the value in that field. Normal queries are not good for capturing Grand Totals or Counts.

If you just want a total line, you can use Grouping in your query to group all the records you want, and then select Sum under the grouping option.

If your final intention is to display the total on a Form or Report, wait and do the totals there in a Group or Report Footer.
 
Upvote 0

Forum statistics

Threads
1,221,700
Messages
6,161,371
Members
451,700
Latest member
Eccymarge

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top