sql="select * from tablename where datefield between #"& datestart &"# and #"& dateend &"# order by fieldname asc" 'ในกรณีที่เป็นฐานข้อมูล MS Access จะต้องใช้เครื่องหมาย '#' คร่อม
sql="select * from tablename where datefield between '"& datestart &"' and '"& dateend &"' order by fieldname asc" 'ในกรณีที่เป็นฐานข้อมูล MS SQL หรือ MySQL จะต้องใช้เครื่องหมาย "'" คร่อม