I'm not that advanced when it comes to Access but I should be able to figure out what I need to do if someone could point in the right direction. I have set up a travel agent DB and I'm trying to integrate some new tasks in to the DB that we currently do separately. The thing that I need help with is creating tickets which we currently do manually in word.
I have an [Enquiries] table which stores the client details, which joins to a [Passengers] table and a [Quotes] table using an [EnquiryRef]. The [Quotes] table then joins to various tables which include a [Flights] and a [Products] table using a [QuoteRef].
The area I'm struggling to get my head around - if we book a flight with 'Emirates', we would enter the relevant booking references, costs etc in the [Products] table. However to create the tickets, each passenger would have their own e-ticket number for this Emirates product. What's the simplest way of entering a different e-ticket number for each passenger?
I know this info could be added in to the [Passengers] table but my concern is that some [Quotes] have several flight bookings, so it could get messy linking it all together.
Any advice would be really appreciated.
Thanks in advance.