G
Guest
I'm very new to SQL and Databases so would appreciate any help!
I have a table (Customers) that includes a field with airport codes rather
than cities. I have a separate table (Cities) where there are fields for
airport code and the corresponding city. I want to, in a query pulling other
fields - some with criteria, pull the city name from the Cities table based
on what the code is in the Customers table.
For instance: In Customers, the value of the field is "SLC", but I want the
result to return the city name "Salt Lake City" from the Cities table based
on the matching airport code.
Clear as mud?
Kate
I have a table (Customers) that includes a field with airport codes rather
than cities. I have a separate table (Cities) where there are fields for
airport code and the corresponding city. I want to, in a query pulling other
fields - some with criteria, pull the city name from the Cities table based
on what the code is in the Customers table.
For instance: In Customers, the value of the field is "SLC", but I want the
result to return the city name "Salt Lake City" from the Cities table based
on the matching airport code.
Clear as mud?

Kate