Has anyone found an easy (relatively, that is) way to set the index in an unbound combobox based on the value in a bound textbox using a form bound to an ADO data control?
I finally figured out that I couldn’t reference a bound control on the form and had to reference the ADODC’s recordset!field instead, but I’m curious as to whether anyone else has found a better way. Event after the MoveComplete event of the ADODC, referencing the bound textbox gives me the value that was in it in the previous record referenced, not the value seen on the screen.
I don’t want keys to show in the combobox, only their lookup values, so I can’t just bind the thing. I found a workaround, but there must be an easier way.