I'm using Crystal 8.5 against an Oracle database. I'm trying to improve the integrity of two like tables in our system - but in order to do so need to look for occurrences between two tables where there is not a match on part number.
In other words Table A has
Part A
Part B
Part C
Part D
In Table B we have
Part A
Part B
Part X
Part D
We need to know that Part C does not have a match in Table B and in addition we need to know that Part X does not have a couterpart in Table A. More than likely table A is correct - but Table B is supposed to stay synchronized with Table A - but for some reason does not.
How do we achieve this feat in Crystal?
Any insights would be appreciated!!!
In other words Table A has
Part A
Part B
Part C
Part D
In Table B we have
Part A
Part B
Part X
Part D
We need to know that Part C does not have a match in Table B and in addition we need to know that Part X does not have a couterpart in Table A. More than likely table A is correct - but Table B is supposed to stay synchronized with Table A - but for some reason does not.
How do we achieve this feat in Crystal?
Any insights would be appreciated!!!