Hello,
I think this must be impossible. I am trying to redo a dbase app in AccessXP. The table has a field PercentChange and I need to get RateBeforeChange and RateAfterChange from that field. dBase first set both RateAfterChange and RateBeforeChange to 100.00 and PercentChange to 0.00.
The report looks like this:
RateBeforeChange PercentChange RateAfterChange
100.00 0.00 100.00
100.00 20.60 120.60
120.60 0.00 120.60
120.60 14.30 137.85
137.85 0.00 137.85
137.85 16.50 160.60
160.60
RateBeforeChange needs to be what RateAfterChange was.
The calculation for RateAfterChange is
(((RateBeforeChange*(1+(PercentChange/100)))
Is this at all possible? I can't find any threads similar to this and have no idea where to start.
Lisa
I think this must be impossible. I am trying to redo a dbase app in AccessXP. The table has a field PercentChange and I need to get RateBeforeChange and RateAfterChange from that field. dBase first set both RateAfterChange and RateBeforeChange to 100.00 and PercentChange to 0.00.
The report looks like this:
RateBeforeChange PercentChange RateAfterChange
100.00 0.00 100.00
100.00 20.60 120.60
120.60 0.00 120.60
120.60 14.30 137.85
137.85 0.00 137.85
137.85 16.50 160.60
160.60
RateBeforeChange needs to be what RateAfterChange was.
The calculation for RateAfterChange is
(((RateBeforeChange*(1+(PercentChange/100)))
Is this at all possible? I can't find any threads similar to this and have no idea where to start.
Lisa