I have a table that store datetime(example: StartDate) that store the date and time. Now i have a form in vb6 that search the startdate by searching only date.
example: startdate in table(12/01/2007 11:00:00 AM)
I want to search 12/01/2007.

I mean that it search only date(not include time). How to do that? Thanks.