Hi CeramicPC,
In Access, SQL only recognises US date format, which is why I always throw it into a variable in code.
UK format (and in my case, AU) works almost everywhere else in Access according to your locale, but not in SQL.
Another tip is to include the # when you assign the date to the variable. This makes for prettier code when you you use it later...