B
Barry A&P
I have a report that tracks the number of items held by person.
T_People
PersonID
Name
StartingBalance
T_Balances
BalanceID
BalanceDate
Balance
My report shows a balance for each person grouped by date and a calculation
that shows % change from StartingBalance, i would like to calculate the
Difference in balance since the last date a balance was recorded for that
person "ChangeSinceLastBalance".. so my result would be,,
BalanceDate, Name, Balance, ChangeSinceLastBalance,
ChangeSinceStartingBalance.
I know this is Possibly a DMax Thing but cant figure out how
Any ideas would be appreciated
Barry
T_People
PersonID
Name
StartingBalance
T_Balances
BalanceID
BalanceDate
Balance
My report shows a balance for each person grouped by date and a calculation
that shows % change from StartingBalance, i would like to calculate the
Difference in balance since the last date a balance was recorded for that
person "ChangeSinceLastBalance".. so my result would be,,
BalanceDate, Name, Balance, ChangeSinceLastBalance,
ChangeSinceStartingBalance.
I know this is Possibly a DMax Thing but cant figure out how
Any ideas would be appreciated
Barry