R
R. Blankenship (Deming Public Schools)
I have an inventory database to track technology assests in our school
district. There are three main tables that deal with this process.
Inventory Item:
Serial Number
Description
Room#
Manufacture
Cost
Status
Status Date
(etc.)
Employee:
Last name
First name
Room#
Title
Rooms:
Room#
Purpose
Location (building)
I tie the three tables together via room number.
Our employees are constantly moving from room to room, building to building,
sometimes taking equipment, sometimes not. I need a way to see the history
of movement of any given piece of equipment - Right now I use the status (in
use, retired, etc.) and status date to see what the last placement was, but I
would prefer to be able to lookup an item and see where it has been over the
last couple of years.
district. There are three main tables that deal with this process.
Inventory Item:
Serial Number
Description
Room#
Manufacture
Cost
Status
Status Date
(etc.)
Employee:
Last name
First name
Room#
Title
Rooms:
Room#
Purpose
Location (building)
I tie the three tables together via room number.
Our employees are constantly moving from room to room, building to building,
sometimes taking equipment, sometimes not. I need a way to see the history
of movement of any given piece of equipment - Right now I use the status (in
use, retired, etc.) and status date to see what the last placement was, but I
would prefer to be able to lookup an item and see where it has been over the
last couple of years.