I only have very basic knowledge in Access so please bear with me. I have a form that has an unbound text field and it uses VB Script to pull filtered results from a query. When the query is just a plain Select query I am able to type into the unbound field in order to pull the filtered results. The query has duplicates which I want to eliminate from the results so I made this a SELECT DISTINCT query to do the filtering. I figured this would be easier than cleansing the data. However, after making the change I can no longer enter data into the unbound field. (Grouping doesn't work either) Need someone to offer suggestions.