Hi - I have a database that has data for 10 machines which is updated twice a day, at the end of each work shift. The record layout is mach#, serial #, date, shift and meter reading. A form is used to update the table. I need to be able to get the meter reading from the previous record for each machine in order to calculate the volume of work done on that shift for each machine (ex. for machine 101, current meter count minus last meter count for 101 from the table). What is the method used to get a previous record from the table?
Thank You.
Thank You.