Ok, I have two tables...
Table One and Table Two for lack of a better name.
Table One has a field called IDNumber.
It contains text fields of numbers such as "123456789"
Table Two has two fields in which these text numbers can be stored. We will call them NumberOne and NumberTwo
I need to write a query or code that will in a somewhat reasonable amount of time Pick all of the IDNumbers from TableOne that are not found in either of TableTwo's fields...
To clarify...
If "123456789" shows up at all in TableTwo, no matter which of the two columns, one or both of them, it should not show up in the result list.
Thanks if anyone can help,
Kevin
Table One and Table Two for lack of a better name.
Table One has a field called IDNumber.
It contains text fields of numbers such as "123456789"
Table Two has two fields in which these text numbers can be stored. We will call them NumberOne and NumberTwo
I need to write a query or code that will in a somewhat reasonable amount of time Pick all of the IDNumbers from TableOne that are not found in either of TableTwo's fields...
To clarify...
If "123456789" shows up at all in TableTwo, no matter which of the two columns, one or both of them, it should not show up in the result list.
Thanks if anyone can help,
Kevin