A
Alex
I'm trying to link a group of names to a smaller group of functions, some of
the names will be associated with more than one function and some of the
functions will be used by more than one name.
On a form I'll have 2 combo boxes, one for the names and one for the
functions, the idea being that only the functions associated with the chosen
name will be available in the 2nd combo box.
I'll also need a seperate form with a combo box of all the names and a list
box containing all the possible functions, so that I can select which
functions should be associated.
How do I go about structuring my database so that I can do this? Currently I
have seperate tables for the names and functions, each with 2 fields, an
autonumber field and text for storing the names or functions.
Any help would be greatly appreciated.
the names will be associated with more than one function and some of the
functions will be used by more than one name.
On a form I'll have 2 combo boxes, one for the names and one for the
functions, the idea being that only the functions associated with the chosen
name will be available in the 2nd combo box.
I'll also need a seperate form with a combo box of all the names and a list
box containing all the possible functions, so that I can select which
functions should be associated.
How do I go about structuring my database so that I can do this? Currently I
have seperate tables for the names and functions, each with 2 fields, an
autonumber field and text for storing the names or functions.
Any help would be greatly appreciated.