filling text boxes from a combo box
I have a form with 6 text boxes and a combobox. I have
been able to add data from the text boxes to the combo
box.
What I would like to do know is let the user select a row
from the combobox and populate the 6 text boxes with the
data (where they can edit the data)
AND (2) once the data has been changed I want to update
the combobox with the new data.
Will I have to delete the combobox row and add a new row
or can I keep the same row and just update the
information.
Any help getting started would be appreciated. Thank you.
|