R
Rocky
I can't seem to wrap my mind around this one...
and many others for that matter =;-)
I know how to find duplicate records but I'm stumped on how to return all
the records which are NOT duplicates.
Here's the real world senario. We have a table with current employees
[tbl_CurrentEmp]. Another one is a list of employees [tbl_MixedEmp] from one
of our systems. Because of licensing issues we need to find all the employees
in tbl_MixedEmp which are no longer active. Thanks if you can point me in the
right direction.
and many others for that matter =;-)
I know how to find duplicate records but I'm stumped on how to return all
the records which are NOT duplicates.
Here's the real world senario. We have a table with current employees
[tbl_CurrentEmp]. Another one is a list of employees [tbl_MixedEmp] from one
of our systems. Because of licensing issues we need to find all the employees
in tbl_MixedEmp which are no longer active. Thanks if you can point me in the
right direction.