I have to link together two tables, one is a tickets table with a ticket number, date, total cost etc..., the other is an airseg table with a ticket number, depart date, depart time etc...
I need to link the two together via the ticket number, however, there may be multiple of the same ticket numbers in airseg but only one in the tickets table, how do I link together so it doesn't show me duplicates when I run the data???
I need to link the two together via the ticket number, however, there may be multiple of the same ticket numbers in airseg but only one in the tickets table, how do I link together so it doesn't show me duplicates when I run the data???