BikeToWork
Programmer
I have a main form with a subform in it. The subform table has a one to one referential integrity (cascase updates, deletes) relationship to the main table based on the autonumber ID from the main table. The subform is linked to the main form on this ID field. What I want is for users to enter one record in the subform and have the focus exit the subform when they tab out of the last field on the subform. I want the subform to stay on that record and set the focus to the next field on the main form. Instead, what the subform is doing is cycling to a new record in the subform when the tab is pressed on the last field. Is there any way to handle this? Thank you in advance for help.