I am using the following statement to construct a query
strSQL = “select * from qryProductionSales where tdate >= #” & txtStart & “# and tdate = #01/01/01# and tdate =#01/01/01# And <=#30/01/12#
which causes no record in the query result. My computer regional setting for the date is yy/mm/dd.
I wonder what causes the problem (changing the date format and no record in the query result).
Thanks