Is there a reliable reference, for referencing 'subforms' values/controls therein. The following doesn't work
As you can see I'm trying to check a Public variable (Cnam) on a subform. I have a navigation form (frmNavigationLeft), 'on' which is another navigation form ( frmNavigationTop) 'under' these nav. buttons I have several forms. how do I erefr to controls/values I know there's a particular format, but it's not quite right. Any help appreciated. thanks.
Code:
If Forms!frmNavigationLeft.Form!NavigationSubform.Form!frmClients.Cnam <> "" Then
As you can see I'm trying to check a Public variable (Cnam) on a subform. I have a navigation form (frmNavigationLeft), 'on' which is another navigation form ( frmNavigationTop) 'under' these nav. buttons I have several forms. how do I erefr to controls/values I know there's a particular format, but it's not quite right. Any help appreciated. thanks.