P
pmelk6
Hello,
I have a table that lists job numbers (JCN) and dates for when each
job went into a particular status as it moved through our laboratory.
AWM is the Awaiting Maintenance field, there are several hold status
fields, an AFD (Awaiting maintanance From Deferred) field, and an ACP
(Awaiting Customer Pickup) field. All of these fields (except JCN) are
date fields. The difference between the hold status dates and the next
higher AFD date is delay time. What I need to do is find out how many
days a job spent in the lab minus any delay time. The problem is that
any one job may go into any, all, or none of the delay status'
multiple times but goes into AFD status each time it comes off hold (if
it went on hold). I need to be able to calculate the delay time by
subtracting the delay status date from the next higher AFD date, add up
all those days and subtract them from the time between the AWM date and
the ACP date. If there wasn't any delay time, I can just subtract the
AWM date from the ACP date, I can at least do THAT on my own.
I could be in way over my head here, so just tell me if this is
going to be too complicated for a relative novice with Access!
I have a table that lists job numbers (JCN) and dates for when each
job went into a particular status as it moved through our laboratory.
AWM is the Awaiting Maintenance field, there are several hold status
fields, an AFD (Awaiting maintanance From Deferred) field, and an ACP
(Awaiting Customer Pickup) field. All of these fields (except JCN) are
date fields. The difference between the hold status dates and the next
higher AFD date is delay time. What I need to do is find out how many
days a job spent in the lab minus any delay time. The problem is that
any one job may go into any, all, or none of the delay status'
multiple times but goes into AFD status each time it comes off hold (if
it went on hold). I need to be able to calculate the delay time by
subtracting the delay status date from the next higher AFD date, add up
all those days and subtract them from the time between the AWM date and
the ACP date. If there wasn't any delay time, I can just subtract the
AWM date from the ACP date, I can at least do THAT on my own.
I could be in way over my head here, so just tell me if this is
going to be too complicated for a relative novice with Access!