Right now I have a table that has "FirstName", "MidName", "LastName", "SSN", and "DOB". To help make searching easier to find data I have a form based off a query that pulls all of the above data, but the "SSN" criteria is base on Like [Forms]![FormName]![SSN]. This way the user can open a search form, enter the SSN, click the search button on the form, the search button opens the form pulls data from the query which would be only the record that had the SSN entered. It works perfectly except for data that has been imported to the table. I imported data from an Excel sheet in which the columns and data matched and I received no import errors. When search for one of the SSN from the table I get no results found. If I run the query that looks for the SSN entered in the form it asks for a SSN, I paste it in, and it works. If I open my main form that has all of the record data it ask for a SSN because it's based on the query. I can paste the SSN and it works. For some reason if I open my search form and enter the SSN it doesn't work. Here's the kicker. If I enter a new record within the database my search works fine. It only doesn't work with records that were imported. Any ideas. I can provide my database if needed without records due to social security numbers. However I have a feeling if you make an excel sheet with those 5 fields and made a couple records there and imported you would get the same result.