May 17, 200520 yr I'm trying to use the constrain feature. I have a situation where I can successfully find a set of data. However, within that dataset I cannot find the duplicates using "!". Essentially I perform a find then I perform a find again use "!" and then constrain the set. It just returns the full set. Has anyone come across this situation or is there something that I am missing?
May 17, 200520 yr Why not try it in the reverse order. Find the duplicates first, and then do the other find. The order shouldn't matter.
Create an account or sign in to comment