Hello,
When you use a drop down combo box, is there a way to store the option selected to a database. I will be using an ADO control and be attached to an Access database. I am going to have my employees names in the drop down combo box. So say I select John, I want it to store "John" to a name field in the database. Also, I would need it to retieve the value stored in the combo box when I retrieve the record. I am trying to minimize the typing they will be doing, although I know it would be simpler just to have them type it into a text box and just store it like that.
Thx in advance,
Rene
When you use a drop down combo box, is there a way to store the option selected to a database. I will be using an ADO control and be attached to an Access database. I am going to have my employees names in the drop down combo box. So say I select John, I want it to store "John" to a name field in the database. Also, I would need it to retieve the value stored in the combo box when I retrieve the record. I am trying to minimize the typing they will be doing, although I know it would be simpler just to have them type it into a text box and just store it like that.
Thx in advance,
Rene