C
Christopher Glaeser
We have four types of companies in our (to be implemented) database, which
are Title Companies, Real Estate Companies, Suppliers, and all others. Some
of the drop down lists in some of the forms should be limited to one type of
company (e.g. Title Companies). I see at least two alterantives when
designing the tables:
1. Create four tables, one for each type of company.
2. Create one table for all companies, and add one field that specifies the
company type.
I'm just beginning and know how to implement design 1, but I'm guessing
design 2 might be the better approach. Is that correct? Regarding the drop
down lists in design 2, how is the drop down list limited to the subset of
companies that are applicable for that field?
I'll have this same issue regarding contacts. There are escrow agents, real
estate agents, and everyone else. Again, I'm assuming one table for all
contacts is the preferred solution, and a drop down list for escrow agents
is selected for a query or some other technique. Any suggestions or
pointers will be greatly appreciated.
Best,
Christopher
are Title Companies, Real Estate Companies, Suppliers, and all others. Some
of the drop down lists in some of the forms should be limited to one type of
company (e.g. Title Companies). I see at least two alterantives when
designing the tables:
1. Create four tables, one for each type of company.
2. Create one table for all companies, and add one field that specifies the
company type.
I'm just beginning and know how to implement design 1, but I'm guessing
design 2 might be the better approach. Is that correct? Regarding the drop
down lists in design 2, how is the drop down list limited to the subset of
companies that are applicable for that field?
I'll have this same issue regarding contacts. There are escrow agents, real
estate agents, and everyone else. Again, I'm assuming one table for all
contacts is the preferred solution, and a drop down list for escrow agents
is selected for a query or some other technique. Any suggestions or
pointers will be greatly appreciated.
Best,
Christopher