K
Keith
I have a combo box that the user can use to select an
Option, the selection K_ID is saved in the option feild.
The combo box gets its data from a tabel. The table looks
like this.
K_ID Option Name Fee
1 Table 10.00
2 Bench 15.00
So when the user picks the "Table" option the Option K_ID
is stored in the option feild and "Table" is displayed in
the combo box. I would like to have a 2nd feild that also
gets its data from the option but this feild would
display 10.00. This way when the user picks the Option
Table the 2nd feild shows the corresponding fee.
How can I do this.???
Option, the selection K_ID is saved in the option feild.
The combo box gets its data from a tabel. The table looks
like this.
K_ID Option Name Fee
1 Table 10.00
2 Bench 15.00
So when the user picks the "Table" option the Option K_ID
is stored in the option feild and "Table" is displayed in
the combo box. I would like to have a 2nd feild that also
gets its data from the option but this feild would
display 10.00. This way when the user picks the Option
Table the 2nd feild shows the corresponding fee.
How can I do this.???