I can't seem to figure this out. I am self taught and doing a project for work. We are in the service repair industry. I have TblCustomers with Customer ID in it and TblTicketInfo with Ticket# in it(details about the ticket that gets filled out by the tech on site).
This is what I need junctions for:
Each customer can have multiple jobs on their account. Each job can have multiple Dispatch # on their account. Each Dispatch # results in one ticket #.
Any suggestions on how to do this?