J
justin.peskar
Ok here is the situation. I a looking at setting up a database for my
company that tracks manufactures/potential manufactures and their
capabilities.
What I have so far is: ( * is the primary Key)
Table: Manufactures
Company ID*
Company Status ID
Company Name
Address.. Ect
Table: Contacts
Company ID* (We have more than one contact per company)
Contact ID
Contact Name
Title
Ect.
Table: Company Status
Company Status ID*
Status
Status Description
Now here is where I have problems. Each company may do many things.
Example: Blank parts, drill holes, paint, package. Each company will
then do this for many materials. Wood, metal, plastic... Then we have
all ISO standards and quality standards..
So I have the processes organized into a few table and this is where
things get fuzzy.
Table: Mfg Process
Process ID*
Process Name
Process Description
Table: Process Materials
Material ID*
Material Name
Material Description
How do I link these two tables to the Manufacture? I have tried a
linker table with
Table: Company Processes
Company ID
Process ID
But I'm not sure if that is the best way. Or should I just combine the
Mfg Process and Company Process tables into one table? I will want to
add new processes later on...
Any thoughts? Questions? Thanks for the advice!
company that tracks manufactures/potential manufactures and their
capabilities.
What I have so far is: ( * is the primary Key)
Table: Manufactures
Company ID*
Company Status ID
Company Name
Address.. Ect
Table: Contacts
Company ID* (We have more than one contact per company)
Contact ID
Contact Name
Title
Ect.
Table: Company Status
Company Status ID*
Status
Status Description
Now here is where I have problems. Each company may do many things.
Example: Blank parts, drill holes, paint, package. Each company will
then do this for many materials. Wood, metal, plastic... Then we have
all ISO standards and quality standards..
So I have the processes organized into a few table and this is where
things get fuzzy.
Table: Mfg Process
Process ID*
Process Name
Process Description
Table: Process Materials
Material ID*
Material Name
Material Description
How do I link these two tables to the Manufacture? I have tried a
linker table with
Table: Company Processes
Company ID
Process ID
But I'm not sure if that is the best way. Or should I just combine the
Mfg Process and Company Process tables into one table? I will want to
add new processes later on...
Any thoughts? Questions? Thanks for the advice!