I have an ms query with items and values. I'd like to create a form based on it with a third column holding the accumulated value. for example:

item......price.......accum price
1...........1.5..............1.5
2...........2................3.5
3...........1................4.5