Hi,
I am using MS access database with ADO control in VB.
I want to display only those names in the combo box when I type a first letter in the combo box using visual basic.
For Eg, When I type letter 'm' , the combo box should give a list of those names starting with letter m. Similarrly if I type "k" , it should givethe list of names starting with letter k. The names are to be retrieved from access database using ado control.
How can I do this?
Can anyone help me.
thanks
pkatt