Hi guys, hope you can help...
I have a form (CustomerList) with a combobox (CustomerID) which is the primary key for the table, and a whole stack of bound textboxes with their info in it....
I want the user to be able to select an existing record based on the combobox selection (i can do this using the wizard) or type in an entire new record (easy too).
What I cant do is have a combobox that can do both...
I have thought about putting both types of combobox on the form and making 1 visible at a time, but would much prefer the "correct" method.
Ben
I have a form (CustomerList) with a combobox (CustomerID) which is the primary key for the table, and a whole stack of bound textboxes with their info in it....
I want the user to be able to select an existing record based on the combobox selection (i can do this using the wizard) or type in an entire new record (easy too).
What I cant do is have a combobox that can do both...
I have thought about putting both types of combobox on the form and making 1 visible at a time, but would much prefer the "correct" method.

Ben