Hi,
I have a Tabbed structure for a main form.
The way I currently reference controls is
Forms!MainNavigation.NavigationSubForm.Forms![Control]
As you switch tabs, you can keep using this method despite being, technically, on separate forms. This is because that NavigationSubForm is all one giant control.
However, I now have a subform on a form. (particularly a Multiple Items form). I am trying to reference this form. This form is called "SearchFormInfo".
I have no idea how to reference a control on this subform.
Here is a picture to help illustrate.
![]()