Many to Many

E

Emma

Hi I have a database with a passenger table with passenger ID as primary key,
and a trip table with Trip ID. I want there to be many passengers on a trip
and many trips for one passenger. I tried adding an Inbetween table with 1 to
many relationship to both tables but I'm not sure where to go from here? How
do I create forms to gather this information?
 
E

Emma

Hi Roger,

That helped with one aspect the one trip with many passengers but how do I
create the opposite form one passenger many trips?
 
Top