A
AdmSteck
Here is my situation. I already have a database with a list of all the parts our facility manufactures: PartID, PartName, PartNumber, etc.
I need to create a seperate database for data collection. Each part will be collected on a daily basis. Each collection will also contain the date, time, and operator. However, the number of points collected for each part and the minimum values for these points will be different. My question is this, what would be the best / most efficient method for setting up my tables? I want to link to the exsisting parts table in the other database, and need to establish the number of points and minimums for each point before data can be collected. Should I create seperate tables for each part, or one table with the maximum number of points for all parts? Thanks for your help in advance.
I need to create a seperate database for data collection. Each part will be collected on a daily basis. Each collection will also contain the date, time, and operator. However, the number of points collected for each part and the minimum values for these points will be different. My question is this, what would be the best / most efficient method for setting up my tables? I want to link to the exsisting parts table in the other database, and need to establish the number of points and minimums for each point before data can be collected. Should I create seperate tables for each part, or one table with the maximum number of points for all parts? Thanks for your help in advance.