Noe
11-07-2001, 07:43 AM
I have a form with two subforms. There is a one to many relationship between the main form and the first subform. There is also a one to many relationship between the first subform and the secons subform. When tabbing from the main form to the first subform, everything works fine. The problem comes in when I tab from the first subform to the second subform. It works fine if I press ctrl tab to get to the second subform, but I would like to set it up so that I can use the tab button only. I tries and after exit event to setfocus on second subform. The problem is that when it tabs to the second subform, it does not send the information from the first subform dealing with the one to many relationship. I have to enter it manually. Does anyone know how to fix this. Thanks in advance.