MonsterMaxx
Registered User.
- Local time
- Yesterday, 17:37
- Joined
- Sep 24, 2008
- Messages
- 15
I use a lot of Tab Controls in the interface, lots of different pages switchable by tab control
I want to have help pages on various but I don't want to have to create separate queries and forms for each when I should be able to just filter on the category.
So in a very generic example, let's say we have
/Welcome\/Items\/Orders\/Contact\
On each one of these pages is also a tab control in a subform. So
/Welcome\ would have
/Main\/Info\/Help\
activate /Items\ and you'd get
/Widgets\/Gizmos\/Help\
And so on.
My help table has category fields which would have values like Welcome, Items, Orders,Contact and so on which represent the main tab page names.
What I want to be able to do in the query that feeds the help form is filter based on the active tab. I tried
Forms![Items]![TabCtl30]
and calling the actual name of the page [Items] but neither worked.
So, the question is: how do I link information to the active TabControl?
Thanks in advance.
I want to have help pages on various but I don't want to have to create separate queries and forms for each when I should be able to just filter on the category.
So in a very generic example, let's say we have
/Welcome\/Items\/Orders\/Contact\
On each one of these pages is also a tab control in a subform. So
/Welcome\ would have
/Main\/Info\/Help\
activate /Items\ and you'd get
/Widgets\/Gizmos\/Help\
And so on.
My help table has category fields which would have values like Welcome, Items, Orders,Contact and so on which represent the main tab page names.
What I want to be able to do in the query that feeds the help form is filter based on the active tab. I tried
Forms![Items]![TabCtl30]
and calling the actual name of the page [Items] but neither worked.
So, the question is: how do I link information to the active TabControl?
Thanks in advance.