Is there a simple way to update a record off of a bound or unbound combo box? I normally use a bound column to a table/query when I simply want to add a new record, but if I try to change the record a new record is added. I would simply like to "edit" the record based on the original value. Unfortunately, none of the properties that I can find hold the orignial value prior to making the changes. For example, the combo box get values from a query with a single columm and one of the rows contains the value "xxx". I want to edit the "xxx" value and change it to "xxxYYY" within the combo box. Can I get the original value of "xxx" after I've changed the value within the combo box? Shouldn't the value be current within the control?
I would appreciate any and all help on this and thank you for your time in reviewing this question.
I would appreciate any and all help on this and thank you for your time in reviewing this question.