请教一个查询的问题。
我在设计查询窗体时遇到问题。问题是在TextBox1 和TextBox2输入日期时为什么查不到数据?代码:sql = "select * from wsjl where 日期 between" & TextBox1.Text & " AND " & TextBox2.Text
adpter. = sql
ds.Clear()
adpter.Fill(ds, "wsjl")
2005-05-13 22:14

2005-05-14 16:49
2005-05-14 20:31
2005-05-16 19:30
2005-05-17 12:58
2005-05-18 11:36
2005-05-18 22:41