G
Guest
I have a table named "tblAllFiles" that contains a col named "Salesman".
Every record will have a salesman assigned to it in the tblAllFiles table.
Then I have another table named "tblStaff" with "Salesman", "Secondary
Salesman" and Primary Salesman" columns. I need to compare these two tables
and identify records in the "tblAllFiles" where the "Salesman" name is not in
the "tblStaff" table. How can I do this easily. We add new salesman and I
need to be sure that the tables are always in synch. Thank you.
Every record will have a salesman assigned to it in the tblAllFiles table.
Then I have another table named "tblStaff" with "Salesman", "Secondary
Salesman" and Primary Salesman" columns. I need to compare these two tables
and identify records in the "tblAllFiles" where the "Salesman" name is not in
the "tblStaff" table. How can I do this easily. We add new salesman and I
need to be sure that the tables are always in synch. Thank you.