Double Lookup Query

kcyankees125

Registered User.
Local time
Today, 10:13
Joined
Nov 20, 2012
Messages
11
I have a table called say [DATA]. Among many more, there are 2 fields called [ORIGIN] and [DESTINATION] each with a 4 letter alphabet code that represents the location (e.g. ABCD or JEVK). I have another table called [CONVERSION] that has 2 fields:
Code:
 with all of the 4 letter alphabet codes and [TYPE] which has a D or I for Domestic or International.  I would like to make ONE query that gives me 2 new fields that convert the CODE to the TYPE --> a [ORIGIN_TYPE] field and a [DESTINATION_TYPE] field.

Is there a way I can do this with an easy Access set up query or basic SQL query?
 
I'm new to SQL... could you give me some guidance on which functions?
 
No functions, it sounds like a simple query. Read up on how to create queries.
 

Users who are viewing this thread

Back
Top Bottom