I'm working on a short project in which I have a form based on a query. When you open the form, the query is kicked off and you are asked for an ID number. The query runs and the info is displayed.
What I am trying to do is add tabs to that form where, based on the input ID, the relevant data is displayed. Problem is, there are 700+ values which will be on various tabs and I cannot add them to the query. How can I link the ID place in the query to those tabs so relevant attributes display?
Example: Application Database - The user is asked for an app ID and after it is input the query runs...App name, Id, owner, etc are displayed on the main form from the querey. Subsequent tabs have check boxes for types of components that may be used in conjunction with it (i.e. Internet Explorer, Netscape, Java, etc.)
Any help is appreciated. Thanks!
What I am trying to do is add tabs to that form where, based on the input ID, the relevant data is displayed. Problem is, there are 700+ values which will be on various tabs and I cannot add them to the query. How can I link the ID place in the query to those tabs so relevant attributes display?
Example: Application Database - The user is asked for an app ID and after it is input the query runs...App name, Id, owner, etc are displayed on the main form from the querey. Subsequent tabs have check boxes for types of components that may be used in conjunction with it (i.e. Internet Explorer, Netscape, Java, etc.)
Any help is appreciated. Thanks!