Is it possible to add two fields on separate records on the continuous form?
I have a sales amount for each month displayed on the form. I would like to sum only two month at at time and display that on unbound txtbox, how can this be done?
EX:
1 Jan $5000
2 Feb $6000 --- |$11000|
3 Mar $5500
4 Apr $4500 ----|$10000|
Thank you
I have a sales amount for each month displayed on the form. I would like to sum only two month at at time and display that on unbound txtbox, how can this be done?
EX:
1 Jan $5000
2 Feb $6000 --- |$11000|
3 Mar $5500
4 Apr $4500 ----|$10000|
Thank you