MikeDutcher
Technical User
I have 3 tables:
Table 1
Employer Code
System Code
Data
Table 2
Employer Code
Employer Name
Table 3
Employer Code
System Code
County Code
For all records on Table 1, I want the employer name from table 2 (so I Join Employer Codes) and the county code from table 3 (where I want to join on Employer Code and System Code).
How can I join table 1 to table 3 using 2 fields?
Table 1
Employer Code
System Code
Data
Table 2
Employer Code
Employer Name
Table 3
Employer Code
System Code
County Code
For all records on Table 1, I want the employer name from table 2 (so I Join Employer Codes) and the county code from table 3 (where I want to join on Employer Code and System Code).
How can I join table 1 to table 3 using 2 fields?