It sounds like you need to set the onload event of your form to set your form's recordsource to "", then when your user enters the search criteria use that to build the recordsource for the form and refresh your form to show the new records. I do stuff like this all the time, let me knwo if oyu...