I'm trying to use the following to open to a particular NavButton ( on Navigation Form ) in VBA
The problem is in the last parameter i.e. Form 'path'. can anyone assist ?
My form names are frmReferrals which is the Navigation Sub Form on frmNavigationTop ( this is in turn is a 'subform' of another Navigation Form named frmNaviagtionLeft ) This is in the Load event of frmNavigationTop. Thanks.
Code:
DoCmd.BrowseTo acBrowseToForm, "frmActiveReferrals", "NavigationForm.NavigationSubForm"
The problem is in the last parameter i.e. Form 'path'. can anyone assist ?
My form names are frmReferrals which is the Navigation Sub Form on frmNavigationTop ( this is in turn is a 'subform' of another Navigation Form named frmNaviagtionLeft ) This is in the Load event of frmNavigationTop. Thanks.
