i have a table named Flight with fields: arrivalcode and fromcode, then I ought to connect to Airport table. But it make me confused since the query will take record from Airport according to field on arrivalcode and the Flight table won't connect the fromcode field with airportcode on Airport table.
please help make me clear this problem.