I would like to preserve the old values of an updated field in a new field. So if my table consists of the following:
F1 F2
Rec1 1 0
Rec2 2 0
Rec3 3 0
After an update to F1 I would want the table to read:
F1 F2
Rec1 2 1
Rec2 4 2
Rec3 6 3
How can I accomplish this?
Thanks,
Joels7
schneierj@trfund.com
F1 F2
Rec1 1 0
Rec2 2 0
Rec3 3 0
After an update to F1 I would want the table to read:
F1 F2
Rec1 2 1
Rec2 4 2
Rec3 6 3
How can I accomplish this?
Thanks,
Joels7
schneierj@trfund.com