G
Guest
Hi,
In this instruction
INSERT INTO MyTable ( date1, date2 )
SELECT #27/07/2005# AS Expr1, #08/02/2005# AS Expr2;
The date2 appears changed, I mind the day for the month like 08/02/2005,
only occurs when day is bigger than month.
Somebody knows what is happening?
In this instruction
INSERT INTO MyTable ( date1, date2 )
SELECT #27/07/2005# AS Expr1, #08/02/2005# AS Expr2;
The date2 appears changed, I mind the day for the month like 08/02/2005,
only occurs when day is bigger than month.
Somebody knows what is happening?