A
Accessidiot
I'm trying to write a database to contain the part numbers of components on
vehicles.
Each vehicle has:
Oilfilter
fuelfilter
airfilter
airdryer
Then further to this each oilfilter, fuelfilter etc may be supplied by one
of 5 suppliers each using a different part number for the same item.
I'd like to have all the part numbers in one table and the vehicle details
in another.
However,
Vehicle "A" has oilfilter with part number "A354"
Vehicle "B" also has oilfilter with part number "A354"
I would like to have only one instance of "A354" in the part number table,
but more than one vehicle can be related to it.
I can't seem to get the relationship I need?
Thanks
vehicles.
Each vehicle has:
Oilfilter
fuelfilter
airfilter
airdryer
Then further to this each oilfilter, fuelfilter etc may be supplied by one
of 5 suppliers each using a different part number for the same item.
I'd like to have all the part numbers in one table and the vehicle details
in another.
However,
Vehicle "A" has oilfilter with part number "A354"
Vehicle "B" also has oilfilter with part number "A354"
I would like to have only one instance of "A354" in the part number table,
but more than one vehicle can be related to it.
I can't seem to get the relationship I need?
Thanks