Hello
I have 2 tables, each one has a Course Code field. I need to find
courses, which are not present in one of the tables.
It would have been very simple, but in one table Course Code can be not
1 course code, but several, like: CBEA2B0886,CBEA 2B0887. As a result,
if I join tables by course code field, both these courses are not
found, when they are perfectly present.
I know how to do this in code. My question is, is it possible to do
without code, on query level? If yes, how? Thank you.
Galina
I have 2 tables, each one has a Course Code field. I need to find
courses, which are not present in one of the tables.
It would have been very simple, but in one table Course Code can be not
1 course code, but several, like: CBEA2B0886,CBEA 2B0887. As a result,
if I join tables by course code field, both these courses are not
found, when they are perfectly present.
I know how to do this in code. My question is, is it possible to do
without code, on query level? If yes, how? Thank you.
Galina
Comment