Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using all columns in combo box update

Status
Not open for further replies.

SCubed

Programmer
Jan 6, 2004
26
US
I have a combobox containing an ID (the PKey to the table) and the NAME field. The NAME is what is displayed when the user selects a value from the combo box. However, I want the user to be able to modify the NAME and then I need to update the value of the NAME in the database using the ID to find the correct record to update. Is it possible to do this?

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top