not sure if this is possible. I have two tables. Flight_Booking and Frequent_Flyer.
Flight_Booking has Passenger_Name and Ticket_ID fields. Frequent_Flyer has Passenger_Name as a field.
Is it possible to join (or otherwise connect) the two tables to produce a table that lists all Flight_Booking's and Frequent_Flyers - even when the frequent flyer isn't listed in the Flight_Booking table?
Thanks for any help!