I have a table with several fans. Each fan has one of a few different types (ex. axial, centrifigual, etc). Another table contains the geometry of the fan (ex. diameter, blade details, etc). I want to create a form to allow the user to input this geometric information for each fan. However, I want the form to change based on what type of fan they are entering data about.
For example, if they are entering data about a centrifugal fan, the form would contain only the geometric parameters relavant to a centrifugal fan. It would NOT include options to enter information that is uniquely axial.
I'm rather new to access, so my initial thought is to make a table of all geometries and make the entry of each geometry a fan type and run queries based on what fan type you want. However, the problem is slightly more complex than each parameter being axial or centrifugal. Some parameters can be both or a specific type of centrifugal. So for example:
Geometry A: axial
Geometry B: centrifugal
Geometry C: axial & centrifugal
Geometry D: centrifugal & special type of centrifugal
So in that case I would need several entries for a single geometry. I'm thinking that there is a simpler solution that making several identical fields.
For example, if they are entering data about a centrifugal fan, the form would contain only the geometric parameters relavant to a centrifugal fan. It would NOT include options to enter information that is uniquely axial.
I'm rather new to access, so my initial thought is to make a table of all geometries and make the entry of each geometry a fan type and run queries based on what fan type you want. However, the problem is slightly more complex than each parameter being axial or centrifugal. Some parameters can be both or a specific type of centrifugal. So for example:
Geometry A: axial
Geometry B: centrifugal
Geometry C: axial & centrifugal
Geometry D: centrifugal & special type of centrifugal
So in that case I would need several entries for a single geometry. I'm thinking that there is a simpler solution that making several identical fields.