I have a query that pulls out a date. It's value is 05/10/2007 as DD/MM/YYYY
Then I do a basic sql statement via a recordest with this code
UPDATE TempValues SET LastShippingDate = #05/10/2007#
The problem is the way it gets stored in the table. I see it as 10/05/2007 DD/MM/YYYY.
The format field for that field is short date DD/MM/YYYY. Regional setting for this computer is DD/MM/YYYY.
Totally at a loss on this one
Then I do a basic sql statement via a recordest with this code
UPDATE TempValues SET LastShippingDate = #05/10/2007#
The problem is the way it gets stored in the table. I see it as 10/05/2007 DD/MM/YYYY.
The format field for that field is short date DD/MM/YYYY. Regional setting for this computer is DD/MM/YYYY.
Totally at a loss on this one
