G
Guest
On my Supplier Info Form I want the user to be able to select Equipment Types
and Manufacturers that they carry. I want to display what they currently
carry and allow the user to add, change or delete the equipment types and
manufacturers.
What methods do I use in order to accomplish this?
Tables:
Supplier Info
Manufacturer Info
Equipment Types
Junction Tables:
Supplier Detail w/SupplierID, EquipTypeID, ManID
Manufacturer Detail w/EquipTypeID, ManID
Example Data:
Equip type 1 is made by Man A
Equip type 2 is made by Man A and Man B
Equip type 3 is made by Man B
Supplier XX carries equip type 1 by Man A and equip type 2 by Man B
Supplier ZZ carries equip type 2 by Man A and equip type 2 & 3 by Man B
and Manufacturers that they carry. I want to display what they currently
carry and allow the user to add, change or delete the equipment types and
manufacturers.
What methods do I use in order to accomplish this?
Tables:
Supplier Info
Manufacturer Info
Equipment Types
Junction Tables:
Supplier Detail w/SupplierID, EquipTypeID, ManID
Manufacturer Detail w/EquipTypeID, ManID
Example Data:
Equip type 1 is made by Man A
Equip type 2 is made by Man A and Man B
Equip type 3 is made by Man B
Supplier XX carries equip type 1 by Man A and equip type 2 by Man B
Supplier ZZ carries equip type 2 by Man A and equip type 2 & 3 by Man B