C
Chris
Hello all, I have a combo box that is based on a table that displays the
names of banks. If the user enters a bank name that is not in the list, the
notInList informs the user to double click on the combobox to add the bank.
Using the double click event, a form will appear for bank details with the
bank name being automatically filled in on the form.
On the form Close event I have the combobox requeried so it will have the
new bankname in it's list
I would like to add some code that would set the combobox to the original
value
I.e. user enters Hlifax into cbobox -> Double clicks ->Form opens -> User
enters Extra bank details -> form closes -> previous form is shown with
Halifax in the cboBox.
Please help
names of banks. If the user enters a bank name that is not in the list, the
notInList informs the user to double click on the combobox to add the bank.
Using the double click event, a form will appear for bank details with the
bank name being automatically filled in on the form.
On the form Close event I have the combobox requeried so it will have the
new bankname in it's list
I would like to add some code that would set the combobox to the original
value
I.e. user enters Hlifax into cbobox -> Double clicks ->Form opens -> User
enters Extra bank details -> form closes -> previous form is shown with
Halifax in the cboBox.
Please help