J
J
I'm not sure if what I need can be done using a join, but here it goes.
I have a table that has job code functions in it. Here is the basic table
structure:
Table1
EmpNo
JobCode1
JobCode2
JobCode3
I have another table that has a list of job codes that I want to query on:
Table2
1 (jobcode)
3
4
5
10
I want to pull all records from table1 where any of the jobcode fields have
a value that is in Table2.
How would I do this?
Thanks.
J
I have a table that has job code functions in it. Here is the basic table
structure:
Table1
EmpNo
JobCode1
JobCode2
JobCode3
I have another table that has a list of job codes that I want to query on:
Table2
1 (jobcode)
3
4
5
10
I want to pull all records from table1 where any of the jobcode fields have
a value that is in Table2.
How would I do this?
Thanks.
J