N
nirie1
I am creating an environmental database for my products. I have planned it
out as follows but am not sure how to input or connect several items. The
information will be originally imported from surveys and updated manually.
Can someone please help?
I am sending surveys to vendors to get back info about chemical content.
Survey will include a list of chemicals and they will enter the qty as w/w
(weighttoweight). Will use querys to calculate if our parts are compliant to
the various standards. Should
Will setup switchboard with user able to enter part number to display if PFOS,
RoHS and other standards are met for part number entered. Other switchboard
screens will give details about the contents of the part in context to each
reg such as PFOS, RoHS, etc. For example the RoHS screen will show how much
of the five chemicals are in the product.
tblProduct: PartNo, Rev, Description, weight (I want to let the PartNo be the
primary key, problem is that there will be duplicate part numbers with
different revs not sure how to address this. The other issue is that some of
our parts are made from subparts. The subparts all have part numbers as well
and we will need the same info for the subparts. Would I set up a components
table which will using a query will tally the components and calculate
compliance?
tblDatasheets: ChemSpec, ChemSpecRecd(date), SDS, SDSRecd(date), VendorPartNo
(as foreign key) (each vendor will indicate if they are sending in a
datasheet for their individual parts)
tblRoHS: vendorpartno (foreign key) autonumber(primary key) there will be
three yes/no columns (compliant, exempt, not compliant). If its compliant 5
of the chemicals on the tblchemicals should be 0. If exempt then will need to
input info in tblRoHSExemptions (there maybe multiple exemptions for a part
although unlikely)
tblRoHSExemptions: it has 30 yes/no categories which will tie to each vendors
part number. Should the primary key be autonmbered?
tblChemicals: there are 25 chemicals which will be tied to each vendor part
no as the foreign key. Again not sure if primary key should be autonumbered.
tblVendor: VendorName, VendorNo(primary key), Fax, Email, Contact, Vendor
PartNo is foreign key.
tblVendorParts: Vendor Part No, DateContacted, Notes(using this table as a
bridge for many to many relationships, not sure if anything else is needed in
this table besides an autonumber primary key and VendorNo as foreign key)
out as follows but am not sure how to input or connect several items. The
information will be originally imported from surveys and updated manually.
Can someone please help?
I am sending surveys to vendors to get back info about chemical content.
Survey will include a list of chemicals and they will enter the qty as w/w
(weighttoweight). Will use querys to calculate if our parts are compliant to
the various standards. Should
Will setup switchboard with user able to enter part number to display if PFOS,
RoHS and other standards are met for part number entered. Other switchboard
screens will give details about the contents of the part in context to each
reg such as PFOS, RoHS, etc. For example the RoHS screen will show how much
of the five chemicals are in the product.
tblProduct: PartNo, Rev, Description, weight (I want to let the PartNo be the
primary key, problem is that there will be duplicate part numbers with
different revs not sure how to address this. The other issue is that some of
our parts are made from subparts. The subparts all have part numbers as well
and we will need the same info for the subparts. Would I set up a components
table which will using a query will tally the components and calculate
compliance?
tblDatasheets: ChemSpec, ChemSpecRecd(date), SDS, SDSRecd(date), VendorPartNo
(as foreign key) (each vendor will indicate if they are sending in a
datasheet for their individual parts)
tblRoHS: vendorpartno (foreign key) autonumber(primary key) there will be
three yes/no columns (compliant, exempt, not compliant). If its compliant 5
of the chemicals on the tblchemicals should be 0. If exempt then will need to
input info in tblRoHSExemptions (there maybe multiple exemptions for a part
although unlikely)
tblRoHSExemptions: it has 30 yes/no categories which will tie to each vendors
part number. Should the primary key be autonmbered?
tblChemicals: there are 25 chemicals which will be tied to each vendor part
no as the foreign key. Again not sure if primary key should be autonumbered.
tblVendor: VendorName, VendorNo(primary key), Fax, Email, Contact, Vendor
PartNo is foreign key.
tblVendorParts: Vendor Part No, DateContacted, Notes(using this table as a
bridge for many to many relationships, not sure if anything else is needed in
this table besides an autonumber primary key and VendorNo as foreign key)