Hi,
This is hopefully a very silly question but I'm stuck right now. I have a table that lists individual numbers as such:
DATE NUMBER
8/1 3.3
8/2 4.5
8/5 2.0
9/1 3.5
9/2 3.7
I made a query that asks me for a start and end date, so that I only see the records that correspond to a particular date range. That works fine. I then made a report from that query to format it for printing. That looks fine.
I want to add a field in the report (or the query) that simply adds the numbers of the records shown. Unfortunately, everything I try results in either #ERROR or 3.3 (the first entry on the list). I got 3.3 by using the RUNNING SUM option but it doesn't want to SUM anything! What kind of expression, and WHERE, do I need to use to get it to simply add the numbers? Thanks.
This is hopefully a very silly question but I'm stuck right now. I have a table that lists individual numbers as such:
DATE NUMBER
8/1 3.3
8/2 4.5
8/5 2.0
9/1 3.5
9/2 3.7
I made a query that asks me for a start and end date, so that I only see the records that correspond to a particular date range. That works fine. I then made a report from that query to format it for printing. That looks fine.
I want to add a field in the report (or the query) that simply adds the numbers of the records shown. Unfortunately, everything I try results in either #ERROR or 3.3 (the first entry on the list). I got 3.3 by using the RUNNING SUM option but it doesn't want to SUM anything! What kind of expression, and WHERE, do I need to use to get it to simply add the numbers? Thanks.