C
Chuck
I have two tables (financial and personnel), each containing employee social
security numbers. I created a simple report using a join to find the equal
social security numbers between the two tables and display that information.
Now I need to create a similar report showing data that has no match from
the financial table to the personnel table. Such an example would be a
mis-typed social security number in the financial table. I can't seem to do
this as there doesn't seem to be a NOT EQUAL join. Any help would be
appreciated.
security numbers. I created a simple report using a join to find the equal
social security numbers between the two tables and display that information.
Now I need to create a similar report showing data that has no match from
the financial table to the personnel table. Such an example would be a
mis-typed social security number in the financial table. I can't seem to do
this as there doesn't seem to be a NOT EQUAL join. Any help would be
appreciated.