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 / May 2005

Tip: Looking for answers? Try searching our database.

Calculation in Query

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tiffany - 16 May 2005 06:59 GMT
Hi,
I have created my query table and would like to calculate each field
indvidualy for the total amount in the entire database that is under that
field. Is this possible?
My following Query is as followed:

Repayment     Repairs        Extra contribution       etc...  (query is
coming from two table's that is linked)

Therefore I would like to have the "total" cost for any data under
"repayments" to appear in this query etc. My plan is to have all the fields
calculated, so when I create a form, I can have a look at the form at a
glance and it will have all the total's caculated for me in one sheet (like a
summary page).
Any suggestions would be appreciated.
John Vinson - 16 May 2005 17:53 GMT
>Hi,
>I have created my query table and would like to calculate each field
[quoted text clipped - 11 lines]
>summary page).
>Any suggestions would be appreciated.

The simplest way to do this is to use the Form's Footer; put textboxes
in the Footer with a control source like

=Sum([Repayment])

to sum all of the Repayment values in the Form's recordsource.

                 John W. Vinson[MVP]    
 
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.