Hello,<br><br>I am looking to execute an SQL query in VB6 which is directed to Access2000. I am looking to extract data for a certain date. The date is in the format “dd/mm/yy” in the table that is being queried, when I try to query the data in that table, Access2000 reads the date as in my query as “mm/dd/yy” (when it is written as “dd/mm/yy”). At the moment the significant part of the SQL statement looks like this: Where ((Table1.Date)= #9/7/2000#)). <br><br>Can somebody please let me know what I need to do in the SQL query to make Access2000 read the date above as the 9th July instead of 7th Sept.<br><br>Thank You<br>