P
Paul B.
For the purpose of speed building this database, I had copied a field from
one table to the other three.
Now I know that storing duplicate data is redundant and I would like to
learn how to link these tables so I can delete the duplicate fields.
The field is VehicleNumber. It exists in tblVehicles, tblVehicleInfo,
tblDispositions, and tblServiceCentre
The VehicleNumber (tblVehicles) does not change, but who it's assigned to
and where does (tblVehicleInfo).
The tblDispositions holds information relating to the VehicleNumber, such as
servicing and accidents.
The tblServiceCentre lists the location the VehicleNumber gets serviced at
along with other info regarding the service centre.
In each of these tables, the VehicleNumber field is in the same order(it
helped me to do the data entry).
If someone could point me in the right direction for linking the
tblServiceCentre and tblVehicles, I could probably figure the rest out.
thanks in advance.
one table to the other three.
Now I know that storing duplicate data is redundant and I would like to
learn how to link these tables so I can delete the duplicate fields.
The field is VehicleNumber. It exists in tblVehicles, tblVehicleInfo,
tblDispositions, and tblServiceCentre
The VehicleNumber (tblVehicles) does not change, but who it's assigned to
and where does (tblVehicleInfo).
The tblDispositions holds information relating to the VehicleNumber, such as
servicing and accidents.
The tblServiceCentre lists the location the VehicleNumber gets serviced at
along with other info regarding the service centre.
In each of these tables, the VehicleNumber field is in the same order(it
helped me to do the data entry).
If someone could point me in the right direction for linking the
tblServiceCentre and tblVehicles, I could probably figure the rest out.
thanks in advance.