I have a table within my database with 17,000+ records. I did not design the database from the beginning, and the person who did did not specify a unique identifier for the primary key - the Primary Key is 'Indexed with Duplicates'. There are 4326 numbers - starting at one and going to 4326, and the nature of the data has most of these numbers duplicated.*<br><br>Some records appear to have been deleted somewhere along the way. I am looking for a way to search for a missing number so I might narrow the search for the missing data. Example: if parcel number 1254 is missing, I want to find a way to search and be alerted it is missing if 1253 and 1255 exist ... understand?<br><br>Any help is greatly appreciated.<br><br>* Each number is a parcel of land, each name entry is an owner (or part owner) of the parcel. If several people share ownership of some land, the parcel number is duplicated for each name.