I created a form that queries a table for specified information based on 3 search criteria questions from a drop down list. If information is found based on my search criteria, then a resultant list will appear. If I change my search criteria, and it doesn't find any results then I should return a blank list, however, the previous search results remains on my screen. I would like by form to operate as follows: When I attempt a search for data based on my search criteria and there is no matching data is found, then I would like to replace the previous list, with a blank page stating "No matching Data," instead of returning the list found from the previous search. Does anyone have any clues on my problem?