I have made a database which records readings of date of entry of data, previous reading of motor , present reading of motor(meter readings). Now the data is enetered every month and the above mentioned three fields are in the same table. I would acess to autopopulate the previous reading of this months entry woth previous months' present reading...that is if previous months table record is:
Date of entry Present Reading Previous Reading
6/1/2003 4000 2000
so i want this months reading to be:
Date of entry Present Reading Previous reading
7/1/2003 (to be entered by clerk) 4000
(lets say 5000)
similarly next months reading would be
Date of entry Present Reading Previous reading
8/1/2003 (to be entered by clerk) 5000
i.e. this months' previous reading field gets populated by previous month's present reading field.
How do i do that?
Date of entry Present Reading Previous Reading
6/1/2003 4000 2000
so i want this months reading to be:
Date of entry Present Reading Previous reading
7/1/2003 (to be entered by clerk) 4000
(lets say 5000)
similarly next months reading would be
Date of entry Present Reading Previous reading
8/1/2003 (to be entered by clerk) 5000
i.e. this months' previous reading field gets populated by previous month's present reading field.
How do i do that?