R
Ron A.
I have started creating a relational database for parts research and I am
having problems with setting up the tables with multiple vehicles related to
1 part. This is what I have so far:
Vehicletbl:
VehicleID - Primary Key
ModelID
VIN
Serial
BodySerial
ChassisSerial
EngineModel
EngineSerial
TransModel
TransSerial
Remarks
Modelstbl:
ModelID - Primary Key
ModelYear
Make
Model
MFG
Partstbl:
PartID - Primary Key
PartName
PartDescription
PartNO
NSN
CategoryID
VehicleID
ModelID
UnitPrice
SupplierID
Remarks
Categoriestbl:
CategoryID - Primary Key
CategoryName
Remarks
Supplierstbl:
SupplierID - Primary Key
CompanyName
ContactName
ContanctTitle
Phone
I need to relate 1 part to several different vehicles and I am having
trouble designing to achieve that. Any help with this is greatly appreciated.
having problems with setting up the tables with multiple vehicles related to
1 part. This is what I have so far:
Vehicletbl:
VehicleID - Primary Key
ModelID
VIN
Serial
BodySerial
ChassisSerial
EngineModel
EngineSerial
TransModel
TransSerial
Remarks
Modelstbl:
ModelID - Primary Key
ModelYear
Make
Model
MFG
Partstbl:
PartID - Primary Key
PartName
PartDescription
PartNO
NSN
CategoryID
VehicleID
ModelID
UnitPrice
SupplierID
Remarks
Categoriestbl:
CategoryID - Primary Key
CategoryName
Remarks
Supplierstbl:
SupplierID - Primary Key
CompanyName
ContactName
ContanctTitle
Phone
I need to relate 1 part to several different vehicles and I am having
trouble designing to achieve that. Any help with this is greatly appreciated.