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 / Reports / Printing / October 2005

Tip: Looking for answers? Try searching our database.

Report Sum is not working receive #Error or not totaling all

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Debbie - 28 Oct 2005 17:07 GMT
I have a report that is based off of a current users querie that feeds the
report.

I created a Summary in my footer of columns I wanted a total sum of, for
example - Total Project Value is the text box bound box contains in the
control source =Sum([Total Project Value]) this one works however the next
box is the Total at Odds in the text box -- bound box contains in the control
source =Sum([Total at Odds]) it only displays a $0 and not the sum of all the
totals in that column.  My thought for the error is that the original field
has calculations in it for example..  The Total Project at odds value =[Total
Project at Odds] * [per1].

I have tried all that I know which is limited but I can't seem to make this
work right!

Please help.

Thanks

Debbie
Marshall Barton - 28 Oct 2005 20:02 GMT
>I have a report that is based off of a current users querie that feeds the
>report.
[quoted text clipped - 7 lines]
>has calculations in it for example..  The Total Project at odds value =[Total
>Project at Odds] * [per1].

There's a couple of confusions in your question.

First, the Aggregate functions (Count, Sum, etc) only
operate on fields in the report's record source table/query,
they are unaware of controls on the report.

Second, you will often run into trouble if a control has the
same name as a field in the record source table/query.

With all that in mind, I think maybe you might want the
total project text box expression to be:

    =Sum([Total Project Value] * [per1])

Signature

Marsh
MVP [MS Access]

 
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.