DerekK
Board Regular
- Joined
- Jun 18, 2007
- Messages
- 93
- Office Version
- 2003 or older
- Platform
- Windows
I have a form which is used to add measurements taken from various instruments.
Because some instruments have different parameters and even a different number of parameters, I figured a subform was the way to go. As the parameters are specific, it is important to ensure that these are entered correctly.
E.g.:
(Main Form, Record 1):
(Subform):
(Main Form, Record 2):
Therefore, what is the best way to go about populating the subform from, for instance, a combo box? Or, if there's another way altogether, I'm all ears.
Hope you can help!
Because some instruments have different parameters and even a different number of parameters, I figured a subform was the way to go. As the parameters are specific, it is important to ensure that these are entered correctly.
E.g.:
(Main Form, Record 1):
- Instrument A
- [Other information about Instrument A]
- Temperature
- Relative Humidity
(Main Form, Record 2):
- Instrument B
- [Other information about Instrument B]
- Voltage
- Current
- Electrical Resistance
Therefore, what is the best way to go about populating the subform from, for instance, a combo box? Or, if there's another way altogether, I'm all ears.
Hope you can help!