I have this plan of having a tab control with 7 tabs. Each tab is basically doing a filter or separate query to get only a subset of data from the multi-table relational database. One tab I want all methods. One tab I want only the QC category methods. One tab I want only RandD methods... etc. Now on the right side of the form I want to show all of the details of each method record found. I thought all was well until I figured out that the detail section if you will on the right side of the form, specifically referenced only the result of only one of the tabs. Of course this would not work whenever I clicked on a different tab. What is my best approach to having this form operate as I am describing?
Thanks in advance.
Thanks in advance.