G
Guest
I am linking to a table that I am unable to change. The table has 90,000+
lines of data (if that makes sense).
A problem arises when the part undergoes multiple tests before it passes (up
to a max of 3 tests). I need only the data from the final test - either test
#1, #2 or #3. (The final data will be #1 test if the part passes on that
test). The commonality these tests have is the unique serial number for the
part.
I considered making a query and eliminating the duplicates - but there wer
45,000 duplicates - that would be real time consuming.
Your help is appreciated.
lines of data (if that makes sense).
A problem arises when the part undergoes multiple tests before it passes (up
to a max of 3 tests). I need only the data from the final test - either test
#1, #2 or #3. (The final data will be #1 test if the part passes on that
test). The commonality these tests have is the unique serial number for the
part.
I considered making a query and eliminating the duplicates - but there wer
45,000 duplicates - that would be real time consuming.
Your help is appreciated.