I have two tables of aircraft serial numbers I am trying to link. Both tables have Serial Numbers as their primary key (and are linked accordingly), and each table includes an Operator field. The Operator fields, while they *usually* refer to the same operator (for each table) are phrased differently (for example, serial number 3056 refers to Operator "Algerian Air Force" in Table1 and Operator "Flying Algeria" in Table2.
Most of the records match serial numbers in both tables, but each table has "extra" records that aren't included in the other table. Here's my dilemma: trying to match up the inconsistent serial numbers with an Operator from the opposite table, so when I do a full query, all the aggregate results by operator show.
I've tried to do Lookup tables, but it's trying to make me manually input the Operator for each record - though I know it knows it's linked, because the Serial numbers are the same.
How can I link the two tables?
Most of the records match serial numbers in both tables, but each table has "extra" records that aren't included in the other table. Here's my dilemma: trying to match up the inconsistent serial numbers with an Operator from the opposite table, so when I do a full query, all the aggregate results by operator show.
I've tried to do Lookup tables, but it's trying to make me manually input the Operator for each record - though I know it knows it's linked, because the Serial numbers are the same.
How can I link the two tables?
Comment