Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Queries / November 2005

Tip: Looking for answers? Try searching our database.

Need to write a simple Sum Funtion

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
smilee8_28 - 17 Nov 2005 22:29 GMT
I have a query which pulls out payments made depending on a date parameter
given. Then I have a report based on the query which sorts the payments by
where the payment was received. I need a total of payments received for given
date for each location. Where do I put the Sum Function and what should it
look like?
OfficeDev18 - 17 Nov 2005 22:55 GMT
Your query has to be sorted by location, but contain the amounts as well. You
don't want a Totals query, because you want to report on all the detail
payments.

In your report, put the detailed payments in the Detail Section, and make two
footer sections, one for location (the upper one) and one for payment amount
(the lower one). In the location footer, put text boxes for both location and
sum of amount. In the payment footer, put a single text box for summing the
amount.

Alternatively, you can have just the location footer and put the total
payment amount in the report footer.

>I have a query which pulls out payments made depending on a date parameter
>given. Then I have a report based on the query which sorts the payments by
>where the payment was received. I need a total of payments received for given
>date for each location. Where do I put the Sum Function and what should it
>look like?

Signature

Sam

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.