Sorry if this is not in the right place.
My problem is filtering a combobox.
I have a combobox on a form bound to QryCustomers, when the form opens the focus is on the combobox and when i start typing the combo drops down showing the list of all the customers.
What i want is a filter as you type combo box but to filter to the letters i type from left to right.
i.e if i type C it shows only the customers starting with C and not all the customers with a C in there name.
Thanks in advance for any help
Gareth
My problem is filtering a combobox.
I have a combobox on a form bound to QryCustomers, when the form opens the focus is on the combobox and when i start typing the combo drops down showing the list of all the customers.
What i want is a filter as you type combo box but to filter to the letters i type from left to right.
i.e if i type C it shows only the customers starting with C and not all the customers with a C in there name.
Thanks in advance for any help
Gareth