deepanadhi
New member
- Local time
- Today, 06:15
- Joined
- May 14, 2012
- Messages
- 7
Hi,
I have to find the records in table A which are not present in table B and display it as result. But the Problem is value in table A might not be exactly same as the values in Table B.
For Ex : Table A - contain value 125458
Table B might contain value same as 125458 or something like this 125458-1234 or 1234-125458 or '125458, 1234'.
In all the above cases , it is considered that both the values are equal and this record should not be displayed in the output.
Any help how this can be done. I dont have much knowledge about VB coding.
Thanks,
Deepan
I have to find the records in table A which are not present in table B and display it as result. But the Problem is value in table A might not be exactly same as the values in Table B.
For Ex : Table A - contain value 125458
Table B might contain value same as 125458 or something like this 125458-1234 or 1234-125458 or '125458, 1234'.
In all the above cases , it is considered that both the values are equal and this record should not be displayed in the output.
Any help how this can be done. I dont have much knowledge about VB coding.
Thanks,
Deepan