Hello !
I have 2 fields:
Date1 = txtDateFrom.Text
Date2 = txtDateTo.Text
I would like to use this SQL query:
"SELECT * FROM Base WHERE Date BETWEEN &Date1 AND &Date2"
It doesn't work! Why?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 12 of 12
Thread: Sql Between ??Threaded View
|
Click Here to Expand Forum to Full Width |