Quote:
Originally Posted by collin8579
I need them both to be the same to fulfill the criteria,, but not specifically know the name of either up front
|
You can't do it. Not that way. It's the same question as finding duplicates (A long thread in the development area) or more recently finding language matches:
You have the same choices as in this thread:
https://www.mobileread.com/forums/sho...d.php?t=125614
Although you can't do it in the search bar, you can create a composite column that compares other columns and produces 'yes' or 'no' as appropriate. Consider chaley's posts about the 'strcmp' function. You can do SQL searches as another option. Searches on duplicate finding will turn up SQL related code.