Good morning Gentlemen:
thanks for your suggestions.
I may have expressed myself unclear and I want to give you a more general info about the issue.
Basically, I have a 'chemical formulation' db.
The main form has general description of the formulation, such as formulation date, formulation name, formulator, purpose, etc.
Then there is one of several subforms which contains the components of the particular formulation. This contains the components (a variable number of components) which can be classified into categories (such as polymer, additive, solvent) and the component amount, etc.
Now, as a large number of components are available, I want that the user can select the category (e.g. polymers) and then only a list of polymers show up and only a polymer can be selected, or the user selects the category solvent and only solvents show up and can be selected. This would facilitate the selection and certainly minimize errors. It would also allow that the components show up in a certain order when retrieved (e.g. first all polymers, then all additives, then solvents).
I thought it is a common problem, isn't it?
I have a table for the general description, a many to many relation to the components, and a one-to-many relation to the components table for the categories.
Any help how to handle this is appreciated.
Kind regards, georges.