i have a table set as date/time format, format as dd/mm/yyyy, windows is also set to the same date format.
i have a query that inserts todays date in this table field using # & Date & # type of format.
when run it inserts the date as mm/dd/yyyy so say its 1st march 2010 it will insert the date as 3rd of january until such time the date passes the 12th of a month.
when ever i run a query to extract monthly figures it treats march 1st as january, march 2nd as february and so on.
i have tried formatting the inserted date as dd/mm/yyyy but still it twists the inserted date around.
how do i get it to insert a date like 1st march 2010 as that and not a january date??
i have a query that inserts todays date in this table field using # & Date & # type of format.
when run it inserts the date as mm/dd/yyyy so say its 1st march 2010 it will insert the date as 3rd of january until such time the date passes the 12th of a month.
when ever i run a query to extract monthly figures it treats march 1st as january, march 2nd as february and so on.
i have tried formatting the inserted date as dd/mm/yyyy but still it twists the inserted date around.
how do i get it to insert a date like 1st march 2010 as that and not a january date??