I have not found the answer to my problem in other threads and wonder if it is even possible to do what I want to do. I have a Main Form, with a Tab Control with several tabs on it. On one of those tabs, I have a subform. On that subform, I have another Tab Control. On one of the tabs on that Tab Control I have another subform. I want to set the AllowEdits property on the last subform when the Main Form is opened. I will do that in an Event Procedure in the OnOpen event of the Main Form. I do not know how to create the reference to the last subform. Microsoft's article 209099 did not do it for me nor has my own experimenting been successful. So here's the hierarchy:
Main Form > Tab Control 1 > Subform 1 > Tab Control 2 > Subform 2. The record source for the Subform 2 is a different table from the Main Form. Can anyone help me with a reference that works or is this impossible?
Thanks much!
Main Form > Tab Control 1 > Subform 1 > Tab Control 2 > Subform 2. The record source for the Subform 2 is a different table from the Main Form. Can anyone help me with a reference that works or is this impossible?
Thanks much!