Tabs Pages (Repost)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 3 tab pages on my form.
The problem i am having is: When I am page 2 or 3 and if i press a command
button, the code runs properly, but i am sent back to page 1. I have to click
page 2 and go to the next command button and so on.
Why cant I be on the same page the the command button is on? Why is it
defaulting to page 1 all the time? please help
 
What's the code for your command button?
Is there any code in Form_Activate, or Lost Focus events, etc. that might be
taking you back to page 1?

As you describe it, you are not experiencing "default" behaviour, so I
suspect something else in your app is causing it.
 
Back
Top