I'm doing a drawing register for generator control systems and have a Multi-value combo-box for the extras.
The first register I did had check boxes, but I didn't foresee the amount of extras that would come my way, so I went down the MVF Combo route which allowed me to enter as many extras as possible without the form looking like Swiss Cheese!
However, if I want to create a type of bill of materials, I can't find out how to extract one piece of text from the many possibilities of extras. For instance, If the extras include "Battery Charger, Coolant Heater, Fire Valve" - which is how it is shown in a text box in my table - how can I extract the Battery Charger option so that it shows "Battery Charger 12 Volts 5 Amps" on a separate form? If it was a check box, it would be easy.
The drawing can be used for several different types of battery charger output, which stops me putting voltage and current output on the extras list, and I can code those into the materials based on engine type and size anyway.
And no, I didn't use autonumber as the primary key for the extras, just used the name.
[imgnothumb]http://bytes.com/attachments/attachment/7283d1383302392/mvf.jpg[/imgnothumb]
The first register I did had check boxes, but I didn't foresee the amount of extras that would come my way, so I went down the MVF Combo route which allowed me to enter as many extras as possible without the form looking like Swiss Cheese!
However, if I want to create a type of bill of materials, I can't find out how to extract one piece of text from the many possibilities of extras. For instance, If the extras include "Battery Charger, Coolant Heater, Fire Valve" - which is how it is shown in a text box in my table - how can I extract the Battery Charger option so that it shows "Battery Charger 12 Volts 5 Amps" on a separate form? If it was a check box, it would be easy.
The drawing can be used for several different types of battery charger output, which stops me putting voltage and current output on the extras list, and I can code those into the materials based on engine type and size anyway.
And no, I didn't use autonumber as the primary key for the extras, just used the name.
[imgnothumb]http://bytes.com/attachments/attachment/7283d1383302392/mvf.jpg[/imgnothumb]
Comment