M
Mike S.
I have an equipment repair table called Repair_History.
Each row represents a work order for a particular piece
of equipment. Each row has several columns including
Equipment#, WorkOrder#, Meter and WO_Date. For each
equipment number in the table I need get the interval
meter readings from one work order to next. So I need a
query sorted by equipment that will give the following
fields:
Equipment #, Current_Workorder, Current_Workorder_Date,
Current_Workorder_Meter, Previous_Workorder_Meter,
Meter_Difference.
The first occurance for each Equipment # would have a
blank in it's "Previous_Workorder_Meter" field since it
is the first workorder for that equipment and there is no
previous.
I cannot get Access to pick up the correct previous meter
in my queries. Can anyone help!
Thanks,
Mike
Each row represents a work order for a particular piece
of equipment. Each row has several columns including
Equipment#, WorkOrder#, Meter and WO_Date. For each
equipment number in the table I need get the interval
meter readings from one work order to next. So I need a
query sorted by equipment that will give the following
fields:
Equipment #, Current_Workorder, Current_Workorder_Date,
Current_Workorder_Meter, Previous_Workorder_Meter,
Meter_Difference.
The first occurance for each Equipment # would have a
blank in it's "Previous_Workorder_Meter" field since it
is the first workorder for that equipment and there is no
previous.
I cannot get Access to pick up the correct previous meter
in my queries. Can anyone help!
Thanks,
Mike