I have a query in VB6:
"select plate_no from INFO where date_time between #07-10-2012 01:13:17# and #10/10/2012 11:30:25#"
My Access database table has the column with datatype Data/Time in general format.
How do I modify the query above to use variables like:
Public t1 As Date
Public t2 As Date