I have several data entry forms opened from various other forms. After entering a new record, the original form is updated using requery. This resets the original form to the first record. How can I requery the original form and then return to the record that was updated? I'm not a programmer, so please be explicit. Am I on the right track in thinking I need to open a recordset clone and create a bookmark?