D
Darryn
I have been trying to develop an equipment inventory system for the
outdoor ed deparment of a school for the last few weeks. I have the
basic equipment purchase/maintenance record stuff going pretty well
but am a bit stuck on how to implement a an equipment packing list
setup and stocktaking. I'm open to any suggestions
My inventory database has the following main fields and each item has
a separate record.
EquipmentRecordNumber (PK)
EquipmentCategory
EquipmentItemType
Equipdescription
etc
etc
I had set up a Program packing sheet table with a Program equipment
link table in a similar form to a product invoice/order setup
Program ID Number (PK)
Program Description
Location
Program ID Number (PK)
EquipmentRecordNumber (PK)
This would allow the instructors to select equipment for a program.
They would like to be able to select an item type (I will filter them
by category first) and then enter how many of each item are required
for the program.
I had started to make my forms up and have come up with the following
problem. I have referenced the equipment record number which is a
unique item but in reality most of the time it will be a case of so
many units of "item type A" and so many units of "item type B". I
then thought of creating link between 'EquipmentItemType' for the
equipment table and the program ID number but 'EquipmentItemType' is
not unique in the equipment table as there are multiple instances of
the majority of the item types.
Can anyone suggest a way around this at all please??
Thanks
Darryn
outdoor ed deparment of a school for the last few weeks. I have the
basic equipment purchase/maintenance record stuff going pretty well
but am a bit stuck on how to implement a an equipment packing list
setup and stocktaking. I'm open to any suggestions
My inventory database has the following main fields and each item has
a separate record.
EquipmentRecordNumber (PK)
EquipmentCategory
EquipmentItemType
Equipdescription
etc
etc
I had set up a Program packing sheet table with a Program equipment
link table in a similar form to a product invoice/order setup
Program ID Number (PK)
Program Description
Location
Program ID Number (PK)
EquipmentRecordNumber (PK)
This would allow the instructors to select equipment for a program.
They would like to be able to select an item type (I will filter them
by category first) and then enter how many of each item are required
for the program.
I had started to make my forms up and have come up with the following
problem. I have referenced the equipment record number which is a
unique item but in reality most of the time it will be a case of so
many units of "item type A" and so many units of "item type B". I
then thought of creating link between 'EquipmentItemType' for the
equipment table and the program ID number but 'EquipmentItemType' is
not unique in the equipment table as there are multiple instances of
the majority of the item types.
Can anyone suggest a way around this at all please??
Thanks
Darryn