Hi, Thanks, everybody!
I tried several times. The right format is:
FromTime = “2003-5-11”
Totime = “2003-6-12”
sql = "SELECT * FROM guestbook WHERE Time BETWEEN #" & FromTime & "# AND #" & ToTime & "#"
rs.open sql, connection
I have another question. I installed two OS in my computer. One is Win2000, and another is Red Hat Linux8. Every time when I boot my computer, a screen will prompt me to select an OS to boot. Days ago, I reinstalled win2000, this screen disappeared. Now I don’t have any choice. When booting, Win2000 is directly booted. How to solve this problem to get that screen back???
Thanks