Hi All, I'm new to the forums and database design, any help you can give me would be greatly appreciated.
I'm in the process of designing a database at work for multiple users (with security features) to house our equipment records. We have multiple types of equipment (weights, weighing machines, volumetric flasks and pipettes and length measures). Each of these types of equipment need different information recorded against them. To make matters more complicated most of the equipment is stored in sets. For example we have a set called Metric 1 which contains approximately 20 weights of different sizes another set called pub kit 1 will contain (normally) 5 different sized volumetric flasks.
For each piece of equipment we need to know what it is, where it is, when we got it, its prescribed limits of error, calibration periods, when the next calibration is due (calculated from the previous calibration date and the calibration period), test methods, test results and have the ability to either put it out of service or in quarantine. What makes this more complicated is each type of equipment is tested differently (for example weights will have a single figure recorded against them - their measured weight - whereas a volumetric flask will generally have at least 4 figures (the measured value at the 4 markings on the flask).
I think the best way of doing this is to have multiple tables set up, 1 for each type of equipment (set details, equipment details, test information). I would like to be able to access all of these different types of equipment from a single form. For example the main form would carry the set details, this then links in to the appropriate equipment details. Basically I want the database to display the appropriate subform based on the equipment type (which will be listed with the set details). For e.g. if the set states weights, it needs to display the weights subform. If the set states volumetric it needs to display the volumetric subform. Is this possible?
I hope all that made sense. I am only in the design stage at the moment, but it would be really helpful to know if the database is capable of doing what I want it to. Any assitance (even just a point in the right direction) would be greatly appreciated.
I'm in the process of designing a database at work for multiple users (with security features) to house our equipment records. We have multiple types of equipment (weights, weighing machines, volumetric flasks and pipettes and length measures). Each of these types of equipment need different information recorded against them. To make matters more complicated most of the equipment is stored in sets. For example we have a set called Metric 1 which contains approximately 20 weights of different sizes another set called pub kit 1 will contain (normally) 5 different sized volumetric flasks.
For each piece of equipment we need to know what it is, where it is, when we got it, its prescribed limits of error, calibration periods, when the next calibration is due (calculated from the previous calibration date and the calibration period), test methods, test results and have the ability to either put it out of service or in quarantine. What makes this more complicated is each type of equipment is tested differently (for example weights will have a single figure recorded against them - their measured weight - whereas a volumetric flask will generally have at least 4 figures (the measured value at the 4 markings on the flask).
I think the best way of doing this is to have multiple tables set up, 1 for each type of equipment (set details, equipment details, test information). I would like to be able to access all of these different types of equipment from a single form. For example the main form would carry the set details, this then links in to the appropriate equipment details. Basically I want the database to display the appropriate subform based on the equipment type (which will be listed with the set details). For e.g. if the set states weights, it needs to display the weights subform. If the set states volumetric it needs to display the volumetric subform. Is this possible?
I hope all that made sense. I am only in the design stage at the moment, but it would be really helpful to know if the database is capable of doing what I want it to. Any assitance (even just a point in the right direction) would be greatly appreciated.