Hi,
I've got a form where the user enters a system, forecast, the month it applies from & the year.
This will then populate a table with the Year under a Year column header & use the month to choose which column to put the forecast in. I then want to get it to update so all the future months will update to that number too
Eg This:
System Year Jan Feb Mar etc Nov Dec
A 2012 1 1 1 1 1
Becomes this:
System Year Jan Feb Mar etc Nov Dec
A 2012 1 2 2 2 2
The change could also be a reduction or down to 0.
I'm really trying to think of a simpler way then a list of update queries (if Mth =Feb then update Feb..... Dec Else If etc etc) but haven't come up with anything yet. Any suggestions?
Thanks

I've got a form where the user enters a system, forecast, the month it applies from & the year.
This will then populate a table with the Year under a Year column header & use the month to choose which column to put the forecast in. I then want to get it to update so all the future months will update to that number too
Eg This:
System Year Jan Feb Mar etc Nov Dec
A 2012 1 1 1 1 1
Becomes this:
System Year Jan Feb Mar etc Nov Dec
A 2012 1 2 2 2 2
The change could also be a reduction or down to 0.
I'm really trying to think of a simpler way then a list of update queries (if Mth =Feb then update Feb..... Dec Else If etc etc) but haven't come up with anything yet. Any suggestions?
Thanks