Just noticed something. I forgot in my table in the order date it puts in information like this:
7/28/2002 5:32:10 PM
With date AND time
Therefore, the query you gave me did not work.
I tried:
sql = "SELECT * FROM orders WHERE OrderDate BETWEEN '8/1/2002%' AND '10/1/2002%'";
it did not work either.
Thanks for the reply.