Hi,

I am a beginner at VB, as i am trying to program a database system, my problems is :

Currently i am using ADO method to retrieve my data and i am trying to do a search engine where i can retrieve information using wildcard like eg. to retrieve and view all company name starting with A*. I am able to do this if i am using DAO but i do not know how can i do this if i am using ADO. How to display the query that i have done?

thanks in advance