B
Ben
I want to set the focus on a TextBox on a different Page within a MultiPage
control.
Essentially, the code I wrote looks like this...
Private Sub Multipage1_Change()
me.Multipage1.Value = 2
textbox1.SetFocus
End sub
The textbox is on the 3rd page of the multipage.
I get the following error when the code is executed:
Run-Time error '2110':
Can't move focus to control because it is invisible, not enabled, or type
that does not accept the focus.
Thanks in advance.
--Ben
control.
Essentially, the code I wrote looks like this...
Private Sub Multipage1_Change()
me.Multipage1.Value = 2
textbox1.SetFocus
End sub
The textbox is on the 3rd page of the multipage.
I get the following error when the code is executed:
Run-Time error '2110':
Can't move focus to control because it is invisible, not enabled, or type
that does not accept the focus.
Thanks in advance.
--Ben