I have a form that users can input instructor information such as first name, last name, address, etc. The first two fields that are entered are the lastname and firstname. After entering data in the firstname field I would like to filter the information based on the two fields to display data in the form if a record matching the two fields has already been entered. If there is no such record, I would like the user to be able to continue to enter new data as if no filter was run. Can I accomplish this? I've tried using the ApplyFilter method and Me.Filter with no success. Since this form is based on a table rather than a query, I don't see how I can use a query to display the data. This is the first time I've tried using filters and I think I need some major help. Thanks in advance!