P
paul p
Hi there,
I'm new to Access and I have a little question concerning sum in reports.
I set up a little db which stores infos about invoices of a freelancer. I have 2 tables in which I store clients and invoice data.
Now I'm creating a report to list all the invoices.
By using the standard 'create report' command in Access2007, I get a list of all of my records, which is fine.
I would like to sum up the values of the invoice price column but I have some problems.
When I select a value on the column TOT.IMPONIBILE, the only option available in the Total dropdown list in Access is Count.
By clicking it I get a field in the report footer with control =Count(*), which returns me the number of rows-records.
I tried to change it in =Sum([TOTALE IMPONIBILE]) which is the name of the field I want to sum up but as soon as I go to view my report, it asks me to provide parameter value for TOTALE IMPONIBILE.
Any help would be greatly appreciated.
Thanks in advance and Happy New Year to the forum!
Paul
PS: while the values for date, invoice number, client, object, amount hours, ?/h are retrieved by tables data, the values for the fields TOTALE IMPONIBILE are obtained by a formula (that is =[TOTALE ORE]*[PAGA ORARIA] )
Submitted via EggHeadCafe - Software Developer Portal of Choice
Web Service vs Web Workspace Part I
http://www.eggheadcafe.com/tutorial...b-3ca180f5bfdb/web-service-vs-web-worksp.aspx
I'm new to Access and I have a little question concerning sum in reports.
I set up a little db which stores infos about invoices of a freelancer. I have 2 tables in which I store clients and invoice data.
Now I'm creating a report to list all the invoices.
By using the standard 'create report' command in Access2007, I get a list of all of my records, which is fine.
I would like to sum up the values of the invoice price column but I have some problems.
When I select a value on the column TOT.IMPONIBILE, the only option available in the Total dropdown list in Access is Count.
By clicking it I get a field in the report footer with control =Count(*), which returns me the number of rows-records.
I tried to change it in =Sum([TOTALE IMPONIBILE]) which is the name of the field I want to sum up but as soon as I go to view my report, it asks me to provide parameter value for TOTALE IMPONIBILE.
Any help would be greatly appreciated.
Thanks in advance and Happy New Year to the forum!
Paul
PS: while the values for date, invoice number, client, object, amount hours, ?/h are retrieved by tables data, the values for the fields TOTALE IMPONIBILE are obtained by a formula (that is =[TOTALE ORE]*[PAGA ORARIA] )
Submitted via EggHeadCafe - Software Developer Portal of Choice
Web Service vs Web Workspace Part I
http://www.eggheadcafe.com/tutorial...b-3ca180f5bfdb/web-service-vs-web-worksp.aspx