R
Roger Hembury
Hi
I have a slight problem saving dates to a table from some ASP code.
The SQL looks like this -
INSERT INTO SCHEDULE (dtDate, dtTime, sPerson, mEvent) values(
#10/01/05#,#08:00#,'Mr X','Dentist')
but in the table Access (have 2002 but database is in 2000 format) has
converted the date to 01/10/05 which is really really annoying and I can see
no reason as to why it is doing this.
Why is it doing this and is there a way of correcting this? I have checked
all the dates, keyboard and international settings and everything is set to
UK.
TIA
Roger
I have a slight problem saving dates to a table from some ASP code.
The SQL looks like this -
INSERT INTO SCHEDULE (dtDate, dtTime, sPerson, mEvent) values(
#10/01/05#,#08:00#,'Mr X','Dentist')
but in the table Access (have 2002 but database is in 2000 format) has
converted the date to 01/10/05 which is really really annoying and I can see
no reason as to why it is doing this.
Why is it doing this and is there a way of correcting this? I have checked
all the dates, keyboard and international settings and everything is set to
UK.
TIA
Roger