O
oldblindpew
This is similar to an earlier thread about Teams and Games. I have a table
for Firms which contains Subcontractors, Suppliers, Owners, Designers,
Insurance Providers, etc. A Firm Type Code field identifies each firm's type
of work. The primary key for the Firms table is an autonumber field.
I'm trying to add an Insurance Certificate feature to my database, so I've
created a table for Insurance Certificates. Eventually there should be one
Insurance Certificate record for each Subcontractor. Each record will also
have various Insurance Providers and Insurance Carriers. I'm beginning to
think I can't just use Combo Boxes to reference all these firms from my Firms
table. Normalization notwithstanding, should I break my Firms table up into
separate tables for each type of firm?
Thanks
for Firms which contains Subcontractors, Suppliers, Owners, Designers,
Insurance Providers, etc. A Firm Type Code field identifies each firm's type
of work. The primary key for the Firms table is an autonumber field.
I'm trying to add an Insurance Certificate feature to my database, so I've
created a table for Insurance Certificates. Eventually there should be one
Insurance Certificate record for each Subcontractor. Each record will also
have various Insurance Providers and Insurance Carriers. I'm beginning to
think I can't just use Combo Boxes to reference all these firms from my Firms
table. Normalization notwithstanding, should I break my Firms table up into
separate tables for each type of firm?
Thanks