Hello,
I'd like to know how I go about the following:
Each station is allocated a vehicle. That vehicle is then used on call outs. The table design is therefore as follows:
tblVehicle
vehicleID (primary key)
tblStation
stationID (primary key)
vehicleID (foreign key from tblVehicle)
tblCallOuts
calloutID (primary key)
stationID (foreign key from tblStation)
I am struggling to get a subform set up to show all the callouts that a particular vehicle has been on. This is because there is no direct link between tblVehicle and tblCallOuts - the common bridge is tblStation.
What is the best way of going about this? Do I solve it through the Parent / Child fields on the subform, or do I need to modify the table design?
Many thanks in advance for any assistance that is offered
I'd like to know how I go about the following:
Each station is allocated a vehicle. That vehicle is then used on call outs. The table design is therefore as follows:
tblVehicle
vehicleID (primary key)
tblStation
stationID (primary key)
vehicleID (foreign key from tblVehicle)
tblCallOuts
calloutID (primary key)
stationID (foreign key from tblStation)
I am struggling to get a subform set up to show all the callouts that a particular vehicle has been on. This is because there is no direct link between tblVehicle and tblCallOuts - the common bridge is tblStation.
What is the best way of going about this? Do I solve it through the Parent / Child fields on the subform, or do I need to modify the table design?
Many thanks in advance for any assistance that is offered