G
Guest
Hi!
I have a form with combobox.
In combo AfterUpdate I have the next: (Thanks George Nicholson)
If me.combobox = n Then
Me.TabCtl2 = 1
Page Index 1
Me.TextboxX.Setfocus
End If
Where TabCtl2 is Tab Control name.
When I tried to compile, highlighted:
..TabCtl2 =
and show error:
Method or data member not found.
What to do, please? (Acc2007)
Thanks in advance.
an
I have a form with combobox.
In combo AfterUpdate I have the next: (Thanks George Nicholson)
If me.combobox = n Then
Me.TabCtl2 = 1
Page Index 1
Me.TextboxX.Setfocus
End If
Where TabCtl2 is Tab Control name.
When I tried to compile, highlighted:
..TabCtl2 =
and show error:
Method or data member not found.
What to do, please? (Acc2007)
Thanks in advance.
an