I have a form that has a page control on it. The page control has three tabs, and on each tab is a separate subform. I'm using VBA, and I can refer to the first subform (the one on the left with default focus) with:
Forms![Form Name]![Subform name]
, but I can't refer to the other two subforms. When I try the above method (substituting in the subform name I want), Access tells me it can't find it. I have triple checked the spelling of the 2nd and 3rd subforms, and they're correct.
Does anyone have any idea on how I can do this?
Thank you,
Steve Geller
Forms![Form Name]![Subform name]
, but I can't refer to the other two subforms. When I try the above method (substituting in the subform name I want), Access tells me it can't find it. I have triple checked the spelling of the 2nd and 3rd subforms, and they're correct.
Does anyone have any idea on how I can do this?
Thank you,
Steve Geller