Combobox to show selected value

C

Cameron

I have a listbox that the user doubleclicks in and that value gets asigned to
a SQL statement that populates a ComboBox. How would I have that filtered
value be the highlighted value in the textbox of the combobox?

The filtering lisbox always results in one record when it filters the
recordsource for the ComboBox.
 
Top