J
Juan
I am trying to track equipment use. The equipment is
checked out for a length of time which I need to break
down into company 'periods'.
There are typically 5-6 "periods" during a calendar
year. Since the start date for a new period can vary, I
have a user enter in a "period date" at each period
change (for instance August 1 started a new period, so
Sarah entered 08/01/2003 into the Period table). The
Period table has an autonumber primary key and is mostly
just a list of period start dates.
An employee comes in to check out a piece of equipment
and Sarah checks it out to them (date it was checked out,
employee checking it out).
What is kind of screwy, is that they don't actually check
the equipment back in with Sarah. When someone else
needs it, they simply check it out under their name and
get the item from whomever had it checked out.
As an example: Frank Smith checks out laptop-201 from
Sarah on 02/10/2003. On 08/05/2003 Jane Doe needs the
laptop, so Sarah checks it out to her and Jane gets the
laptop from Frank.
What we are trying to track is how many days per period
the equipment was checked out to a certain department
(employee is linked to his/her dept). So in the above
example, Frank's department would have had the laptop
from 02/10/2003 to 08/05/2003. This would equate to part
of period one, all of periods two&three, and part of
period 4.
Anyone know an easy way to handle this?
Juan
checked out for a length of time which I need to break
down into company 'periods'.
There are typically 5-6 "periods" during a calendar
year. Since the start date for a new period can vary, I
have a user enter in a "period date" at each period
change (for instance August 1 started a new period, so
Sarah entered 08/01/2003 into the Period table). The
Period table has an autonumber primary key and is mostly
just a list of period start dates.
An employee comes in to check out a piece of equipment
and Sarah checks it out to them (date it was checked out,
employee checking it out).
What is kind of screwy, is that they don't actually check
the equipment back in with Sarah. When someone else
needs it, they simply check it out under their name and
get the item from whomever had it checked out.
As an example: Frank Smith checks out laptop-201 from
Sarah on 02/10/2003. On 08/05/2003 Jane Doe needs the
laptop, so Sarah checks it out to her and Jane gets the
laptop from Frank.
What we are trying to track is how many days per period
the equipment was checked out to a certain department
(employee is linked to his/her dept). So in the above
example, Frank's department would have had the laptop
from 02/10/2003 to 08/05/2003. This would equate to part
of period one, all of periods two&three, and part of
period 4.
Anyone know an easy way to handle this?
Juan