boomerang boi
Registered User.
- Local time
- Today, 21:02
- Joined
- Apr 14, 2008
- Messages
- 16
I have a form with tab control. It has 8 tabs and each page/tab of it consists of one subform only. Like:
tab1-subform1 = need to export data from NUMBER field.
tab2-subform2 - tab8-subform8 = need to get the data from the NUMBER field in subform1 and must be filtered the tab2 when the tab2 is being clicked.
The subform2 has NUMBER field also. How can I get a data from a field in tab1 and use it to filter when I click the another tab.
tab1-subform1 = need to export data from NUMBER field.
tab2-subform2 - tab8-subform8 = need to get the data from the NUMBER field in subform1 and must be filtered the tab2 when the tab2 is being clicked.
The subform2 has NUMBER field also. How can I get a data from a field in tab1 and use it to filter when I click the another tab.