I am still learning and have used all of the code for findrecord but I made a query to find a record by FIRSTNAME and LASTNAME fields. I also have an autonumber field ID which is assigned to for identification. Now after I use the find query the form opens and I am trying to allow the user to double click or hit a command button to return to the Input form or the ID I found. I tried the DoCmd for openform but I can not get the where statement to work properly. I have saved the ID as svText but when I use the where command "ID = svText" I just get an object not identified. Is it possible that I need to make sure the text box is a number field because the ID is a number field?