I am rewriting a db in access but I am not sure of a logical way to split this table. I have the following fields:
Generic Name, Chemical Name, CAS Number, Quantity, Container Type, Manufacturer, Health, Flammability, Reactivity, Personal Protection, Location, Comments, MSDS
It is a database which holds chemicals my company has on hand. All fields will be required. The health, flammability, reactivity, and personal protection are simple values (0-4 or A-X). This is all of the information which will be stored in the database so I feel that this table should be split but again I am not sure how it could be split.
Also, is it possible to put a link on a report that links to an outside document? This is what the MSDS field will be doing.
Thanks in advanced.
Generic Name, Chemical Name, CAS Number, Quantity, Container Type, Manufacturer, Health, Flammability, Reactivity, Personal Protection, Location, Comments, MSDS
It is a database which holds chemicals my company has on hand. All fields will be required. The health, flammability, reactivity, and personal protection are simple values (0-4 or A-X). This is all of the information which will be stored in the database so I feel that this table should be split but again I am not sure how it could be split.
Also, is it possible to put a link on a report that links to an outside document? This is what the MSDS field will be doing.
Thanks in advanced.