Hello, I am somewhat new to Access but I am getting my feet wet very fast in a new job. My employer utilizes numerous databases including MS Access. I have full admin rights to Access so that is where I am focusing my attention right now. With that mouthful out of the way, is there a command to compare the results of a query for sequential string data? Sample: 56 2045800247 LenRod 01/06/2012 57 2046658440 ElmRod 04/06/2012 74 5078854744 GreenRod 08/04/2012 I have patched together a query that uses a primary key and sub-keys to gather output. This is in a database of > 10K records. Right now the results that I listed would be displayed as partial output of the executed query. What I would like to do is to eliminate the record that begins with the '74' because it is not in sequence with the other two. There only need to be two or more sequential numbers for the results to matter in what I am trying to do but anything that strips away single entries would help a great deal. Any help would be appreciated. Thank you, Kylester