Hello: I have an sql query and am trying to use parameters and it looks like this:

sql="Select * from tblTable where DateCreated Between ? and ?''

When I run it, it passes through with no errors; however, it doesn't get any data so thinking I must not be doing something correctly due to the Between statement and using dates.

Thanks,
Proctor