N
New2Access
I have two tables with employee numbers and other data.
Table A contains all employees who have ever worked for
the company. Table B contains all the employee who have
been terminated.
I am trying to select all employees from Table A who are
not on Table B. I have tried: Table A.employee <> Table
B.employee and other things but can't get it to work.
Does anyone know how to do this.
Thanks
Table A contains all employees who have ever worked for
the company. Table B contains all the employee who have
been terminated.
I am trying to select all employees from Table A who are
not on Table B. I have tried: Table A.employee <> Table
B.employee and other things but can't get it to work.
Does anyone know how to do this.
Thanks