I have a form with a several combo boxes and other text boxes on it. What I'm trying to acheive is when the users selects a value from the first combo box I want the second combo box to display the specific value but also allow them to change it.
For example
They selected
40 in combo box 1
I want
Holiday Inn displayed in combo box 2, but allow them to change it to another value
Combo box 1 is from 1 table and combo box 2 is from another table.
For example
They selected
40 in combo box 1
I want
Holiday Inn displayed in combo box 2, but allow them to change it to another value
Combo box 1 is from 1 table and combo box 2 is from another table.