I thought I had solved this problem but I was terribly wrong, so I hope someone can help.
I have two tables, [Balance] and [Payments]
1. For every record I have in [Balance] I could have an infinite number in [Payments]
2. Both tables use [CaseNum] to be linked to one another.
3. Both tables also have a date field ([BalDate] & [PayDate])
I want to use these date fields to calculate the current balance (CurBal) between any two dates.
I know how to do this in Excel but for the life of me can't figure it out in Access. In Excel it would be something like:
Where B2 is [Balance] and C2 through F2 are [Payments].
Please... Help Me![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
I have two tables, [Balance] and [Payments]
1. For every record I have in [Balance] I could have an infinite number in [Payments]
2. Both tables use [CaseNum] to be linked to one another.
3. Both tables also have a date field ([BalDate] & [PayDate])
I want to use these date fields to calculate the current balance (CurBal) between any two dates.
I know how to do this in Excel but for the life of me can't figure it out in Access. In Excel it would be something like:
Code:
=B2-SUM(C2:F2)
Please... Help Me
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)