Hello!
My new assignment is to step trough the recordset and every time scale is changing – write into table as
ID_____Date_____OldScale_____Date______NewScale
ID______Date________Scale
11____1/1/2002_______112
11____1/1/2003_______112
11____1/1/2006_______111
So the output in this case will have to be:
ID_____Date_____OldScale_____Date______NewScale
11____1/1/2003___112_______1/1/2006______111
Please, help me with code if you can, thanks so much.