hi to all
i am using vb6.0 and msaccess 2003
iam inserting date like the query mentioned below
strSql = "Insert into table1 values (#" & Date & "# )"
the problem is ..,
for the 1ST date if april it inserted like 04/01/2008
so i changed the properties in the msaccess table .After that also its saving like that only i thought the msaccess took the date format as mm/dd/yyyy
but after 10 th date of april
its inserting like 10/04/2008
i dont know what to do
can any one help in this .
its urgent
thanks in advance
i am using vb6.0 and msaccess 2003
iam inserting date like the query mentioned below
strSql = "Insert into table1 values (#" & Date & "# )"
the problem is ..,
for the 1ST date if april it inserted like 04/01/2008
so i changed the properties in the msaccess table .After that also its saving like that only i thought the msaccess took the date format as mm/dd/yyyy
but after 10 th date of april
its inserting like 10/04/2008
i dont know what to do
can any one help in this .
its urgent
thanks in advance
Comment