Hi Dear,
I am working with ADO. I have some problem.

Database Problems

1. I want to show some data from a specific date to a specific date.
2. Suppose I have some field in a Table like Name, Occupation etc. In Occupation Field there is Teacher, Student etc. Now I want to show only the students name from the Occupation fields.

VB Problem

1. Suppose I have a Combo box and there is some list like:Anila
David
Dave
Dumb
When I will type Du in the combo box Dumb will be selected. Like a Dictionary Software.

How I can Do this? Could you please help me?