Disasterpiece
Well-known member
Can you use (>) and (<) in SQL statements when refering to a Date format column?
Say I want to get all of the rows from only a certain date forward, would this work:
If not, would I have to use a BETWEEN statement instead?
Thanks
Say I want to get all of the rows from only a certain date forward, would this work:
Code:
"SELECT * FROM Transactions WHERE DATE > " & dteDate & ""
If not, would I have to use a BETWEEN statement instead?
Thanks