tabbed pages - code doesn't seem to work (1 Viewer)

giovi2002

Registered User.
Local time
Today, 11:08
Joined
Apr 12, 2005
Messages
83
I'm using a 5-tabbed form and have put it in my detail section.
Within the on click event of one tab knob i would like to activate some knobs in the form header where the tab resides on.

I've coded everything properly but in one or other way access doesn't seem to communicate between the tabbed form within the details and the form header. Anybody an idea?
 

RuralGuy

AWF VIP
Local time
Today, 12:08
Joined
Jul 2, 2005
Messages
13,826
Use the OnChange event of the Tab Control. The Click event is practically useless.
 

giovi2002

Registered User.
Local time
Today, 11:08
Joined
Apr 12, 2005
Messages
83
I can't find the on change event ont the tabbed page.

I've set it to display buttons, i'm using the on click event of the buttons but can't find an on change
 

boblarson

Smeghead
Local time
Today, 11:08
Joined
Jan 12, 2001
Messages
32,059
the change event is on the TAB CONTROL, not the tab page.
 

RuralGuy

AWF VIP
Local time
Today, 12:08
Joined
Jul 2, 2005
Messages
13,826
I may not be understanding what you want. Pages of the Tab Control have Click events but the TabCtl itself has both a Click and a Change event.
 

Users who are viewing this thread

Top Bottom