I am looking for a sample MS Access database to keep track of manufactured
product that allows me to calculate the Parts Per Million (PPM) after a
period of collecting data.
Thanks
Ummmm....
You're not going to find a premade database designed to fit your very specific
requirements. It should be pretty easy to build one from scratch though, if
you can identify the "Entities" (real-life people, things, or events) of
importance, and for each kind of Entity identify its relevant "Attributes"
(discrete chunks of information about that entity); each kind of Entity will
get a table, and each Attribute will be a field. See the references at:
Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html
MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials
You don't say what kind of product, or PPM of what, or what data you're
collecting, or I might have some table design suggestions.