I am having trouble getting the GoToPage command to work. I have a single form with 3 tab controls. In an on exit event I want the focus to go from one tab control to another. I have used the code:
Forms!Switchboard.GotoPage 2
to move to the tab control I want but I keep getting the error:
Run-time error '2163'
The page number you used as an argument for the GotoPage action or method doesn't exist in this form.
Can anyone help? Thanks.
Forms!Switchboard.GotoPage 2
to move to the tab control I want but I keep getting the error:
Run-time error '2163'
The page number you used as an argument for the GotoPage action or method doesn't exist in this form.
Can anyone help? Thanks.