P
Peter Kinsman
I am in the UK, so my native date format is dd/mm/yy.
I have a query that selects transactions by date, so I normally use
TranDate = # & Format(FormDate, "mm/dd/yy") & #
and it works - until 6th January 2009, when I had to remove the Format
function to select any records.
Can anyone explain please?
Many thanks
Peter Kinsman
I have a query that selects transactions by date, so I normally use
TranDate = # & Format(FormDate, "mm/dd/yy") & #
and it works - until 6th January 2009, when I had to remove the Format
function to select any records.
Can anyone explain please?
Many thanks
Peter Kinsman