Going to post this real fast since I have to go out, so I hope I get all the pertenent info in the message.
I have a subform and the results are based on a select query. Results are say like so (just a snippet of the results)
Quarter Value Calculated
4 200 25
3 175 -5
2 180 30
1 150 0
Assume the first 2 columns are derived from my select query.
The 3rd column is the one I need to figure out. It is a formula and just assume I need to subtract the value of Qtr4 from Qtr3 for row 1, subtract Qtr3 from Qtr2 for row 2, etc.
I am drawing a blank how I can accomplish this on the subform. Any direction would be appreciated.
cheers,
I have a subform and the results are based on a select query. Results are say like so (just a snippet of the results)
Quarter Value Calculated
4 200 25
3 175 -5
2 180 30
1 150 0
Assume the first 2 columns are derived from my select query.
The 3rd column is the one I need to figure out. It is a formula and just assume I need to subtract the value of Qtr4 from Qtr3 for row 1, subtract Qtr3 from Qtr2 for row 2, etc.
I am drawing a blank how I can accomplish this on the subform. Any direction would be appreciated.
cheers,
Comment