i am using MS Access 2007 and vb 2008 express
i am using a combo box and a text box for searching
the combo box will contain database table field(column) names on which the filter is to be done
now when the user starts typing in the textbox an autocomplete suggestion must appear based on the column selected in the combo box from the database
how can i achieve this?