How to select records between a date to another date given a DateTime field in a table.
SELECT * FROM tbl WHERE myDate BETWEEN #date one# AND #date two#;