I have a database with a search form. This search form allows me to search on "First Name", "Last Name", and or "District". When the search form was originally built the table it was based off of had the names and addresses all in one. I have since refined the database and normalized the tables separating the names and addresses. I have updated the search sub form's query so it pulls the names from that table and the addresses from the proper address table. Unfortunately when I open the form I get the "Enter Parameter..." Message box. And when I try to run a search I get a code error. I have attached a copy of the sample database. I'd appreciate any advise that can't be given on how to fix the code to correct this. Thanks