Duane Dibbley
New member
- Local time
- Today, 08:41
- Joined
- Dec 8, 2014
- Messages
- 9
I have a table with a primary key as date, and various other fields with numerical values. I also have a query that calculates running totals for each of these fields, as well as including the fields from the table.
I need to create a report or form in which I can select a date(primary key) from a drop down list.
I need the selected date to determine a row/value from a field (a running total from the query)
I then need to use that value in a formula;
result = sum([field]) - value
What i'm trying to do is calculate the difference between the sum of a field, and a specific row/value in a calculated field containing a running total of the original field. I'm new to Access so appreciate any help/guidance offered!
I need to create a report or form in which I can select a date(primary key) from a drop down list.
I need the selected date to determine a row/value from a field (a running total from the query)
I then need to use that value in a formula;
result = sum([field]) - value
What i'm trying to do is calculate the difference between the sum of a field, and a specific row/value in a calculated field containing a running total of the original field. I'm new to Access so appreciate any help/guidance offered!
Last edited: