Quote Originally Posted by GaryMazzone
Some thing like this

"Select fieldname,fieldname from tablename where fieldname Between #" & datepicker start date & "# And #" & datepicker end date & "#"

I did assume you are using Access as a backend that is why the date values are inside pound signs
Access is not doing any of the work, just retrieving data from my visual basic programming. When I try using that I get an error saying "Expected Case".