John,
Thanks for your attention. I have one table per type of organization. I
put the types in separate tables because I needed to record different kinds
of information for the various types of organizations. Now what I need to do
is create a table of individual names of contacts. I have created a form for
this table, and I want the form to ask which organization the individual is
affiliated with. I would like for the field in the form to drop down when
clicked with an aggregate list of all of the names of the organizations in
the various organizational tables, preferably in alphabetical order.
I have created and initially populated the tables containing the various
types of organizations. I have created forms for each table, and I am ready
to start populating the table of individual people.
Hopefully this provides enough information. I work for a non-profit that
provides enrichment programs for employees and leaders in various other
non-profit organizations of varying characteristics. I am keeping the
organizations in separate tables so that we can track the types of
organizations that are most utilizing our services, and a separate list of
individuals so that I can formulate and track our contact and promotional
strategies.
Again... I cannot see your tables. It sounds like you have a case of
"Subclassing" (where you have a "superclass" of all Organizations, and each
Organization belongs to one or more "subclasses" of specific types of
organizations); this is one of the rather infrequent cases where one to one
relationships may be appropriate.
Do you have a table of Organizations, containing all of them?
Do you have a table of Organization Types?
Can an individual contact belong to one and only one Organization, or may they
belong to several?
How are you (or ARE you!?) currently entering people's names?
When you select an organization from this alphabetized combo box, what do you
want done with that choice?