I have a navigation form with tabs for different data entry forms. I am trying to make it so that when you switch from one form to another and then back to the original form it opens to the record you were last on rather than re-setting to the first record. The form that is most commonly used (original form in the mentioned scenario) is a form with a subform. It has a one-to-many relationship. As it is, it is too easy to switch forms, come back, and then start logging data on the subform with the wrong id from the main form. Any ideas?