Maybe this is a simple thing, but I'm such a very-very beginer in vba, that I don't now how to do it.
What's the problem?
I have a form (with an underlaying table, of course), wich contains:
Period
Old_value
New_value
Let's say for Period1 I have
Old_value: x
New_value: y
For next period (Period2), I going to have:
Old_value: y
New_value: z
and so on.
What I wanna do is, When I click the Add button, to add data for the next period (this case Period2), I don't want to enter the Old_value for Period2 manualy, I want to copy automaticaly the New_value from Period1 as Old_value for period2.
Can you help me with this?
Thanx!
What's the problem?
I have a form (with an underlaying table, of course), wich contains:
Period
Old_value
New_value
Let's say for Period1 I have
Old_value: x
New_value: y
For next period (Period2), I going to have:
Old_value: y
New_value: z
and so on.
What I wanna do is, When I click the Add button, to add data for the next period (this case Period2), I don't want to enter the Old_value for Period2 manualy, I want to copy automaticaly the New_value from Period1 as Old_value for period2.
Can you help me with this?
Thanx!