tabbed forms problem

pd06498

Registered User.
Local time
Tomorrow, 02:51
Joined
Dec 30, 2003
Messages
80
In the database I have created, I have a main form which contains some employee information. I also have, under this part, a tabbed form(s) that contains other information from the main table on several tabs, and some subforms on others.

I have also created some of my own navigation buttons, to enable me to progress through employees.

My problem is, that regardless of what tabbed for I have open, whenever I click on the button to progress forwards or backwards, the database jumps to the last tabbed for and then progresses to the next ot previous employee record. I don't want this to happen. If I am on a particular tab and progress to another employee, I still want the same tab displayed.

Does anyone have any ideas?
 
What happens when you place the nav buttons on the tab control...

ken
 
Ken

Same thing, the records progress through the main form, but the tabbed part jumps to the last tabbed form/subform as well.
 
Sorry - Maybe some else has a suggestion. Seems there should be a way to set the active tab with vb. Maybe a property somewhere. Then when you hit the nav button, you could record the active tab and reset it once the nav button finished nav'ing...

???
ken
 

Users who are viewing this thread

Back
Top Bottom