AccessCalderCreative
New member
- Local time
- Tomorrow, 04:12
- Joined
- Oct 7, 2010
- Messages
- 3
Hi all!
I love the new navigation form functionality in Access 2010, however am having problems referencing a control within the subforms.
I have 10 navigation buttons on the parent form, each with a subform. I desparately need to be able to reference controls within each subform, however am struggling with the syntax.
I have tried the following code:
[Forms]![frmParentform]![frmNavigationsubform].[form].[cboControl]
which works beautifully for the first subform (ie. Tab Index = 0)
However, I am stumped as how to reference a control on any of the other 9 subforms (ie Tab Index - 1-8) as the aforementioned syntax doesn't work for any of them but the first (ie Tab Index =0).
Any ideas would be most welcome and thank you all in advance!!!
Cheers
Grateful down under user
I love the new navigation form functionality in Access 2010, however am having problems referencing a control within the subforms.
I have 10 navigation buttons on the parent form, each with a subform. I desparately need to be able to reference controls within each subform, however am struggling with the syntax.
I have tried the following code:
[Forms]![frmParentform]![frmNavigationsubform].[form].[cboControl]
which works beautifully for the first subform (ie. Tab Index = 0)
However, I am stumped as how to reference a control on any of the other 9 subforms (ie Tab Index - 1-8) as the aforementioned syntax doesn't work for any of them but the first (ie Tab Index =0).
Any ideas would be most welcome and thank you all in advance!!!
Cheers
Grateful down under user