Snowflake68
Registered User.
- Local time
- Today, 00:19
- Joined
- May 28, 2014
- Messages
- 464
I have several tabs on my Navigation form which is on a main form called frmMain.
I am trying to refer to a control called cboCustomer which is on a subform that is a subform of the Navigation form but I just cant get the correct syntax. I have tried using the syntax below because I just dont know how to tell it to refer to another subform which is two further layers down. I recall reading that I do not need to refer to the actual subform directly on the navigation form but I just cannot get it to work.
Main form - frmMain
Navigation form -NavigationSubform
Source of one of the tabs is sfrmDS_Section_2 and its subform is called DS
Control is called cboCustomer
I hope someone can put me out of my misery because I have been trying to sort this for hours now.
I am trying to refer to a control called cboCustomer which is on a subform that is a subform of the Navigation form but I just cant get the correct syntax. I have tried using the syntax below because I just dont know how to tell it to refer to another subform which is two further layers down. I recall reading that I do not need to refer to the actual subform directly on the navigation form but I just cannot get it to work.
Code:
[Forms]![frmMain]![NavigationSubform].[Form]![cboCustomer]
Main form - frmMain
Navigation form -NavigationSubform
Source of one of the tabs is sfrmDS_Section_2 and its subform is called DS
Control is called cboCustomer
I hope someone can put me out of my misery because I have been trying to sort this for hours now.