I need to navigate the recordset in the main form from the subform. The main form displays the parent record, and the subform the child record for data to be entered. After data is entered, (in this case only one row) I need to do a .movenext in the main form recordset...preferably on the afterupdate event on the last field. Is this possible? I need help!