Hi I'm using access 2003. I have a main form, with a tab control that has a subform with a subform. When I select an option from a combo box on the first tab of the tab control I need a field in the subform and subsubform to update. So far I can get it to work, but only the first record in the subsubform updates - the subsubform is display as a continuous form. I am using the following as an event from the combo box
thanks
Code:
[frmActionPlanHeader].Requery [frmActionPlanHeader]![frmActionPlanDetails subform].Requery
Comment