I need to create a search that will list a 3 digit # that is listed more than once. The catch is if the # found in the table was 302; I would also need the search to recognize that 203, 320, 230, 032, and 023 are the same as 302. So the results should show 6 occurances for that #. I hope I am making sense here. Sorry if I'm not. I am a web designer not a programmer. I have tried using COUNT and LIKE in a query but does not give me the results I am looking for...thanks for any help