I have a form control that to totalforecast and on the
form I have controls for each month
mo1, mo2, mo3 - mo12 as the form controls for each of the 12 months. using
for x = 1-12
is there a way to change the value of each month which I can use *-1 to change value to negative
but the kicker is I need to start with the oldest month first and change values.
After thinking about - that may not be an issue really, but still I would like to know if there is a way.
form I have controls for each month
mo1, mo2, mo3 - mo12 as the form controls for each of the 12 months. using
for x = 1-12
is there a way to change the value of each month which I can use *-1 to change value to negative
but the kicker is I need to start with the oldest month first and change values.
After thinking about - that may not be an issue really, but still I would like to know if there is a way.