I’m trying to record date in access DB, but I’ve the following problem:

First at all, my regional setting is formated “dd-mm-yyyy” and I can’t change it

Well, if I enter date with day less 12, the program record date on format “mm-dd-yyyy”, but if I enter date with day more 12, the program record date on format “dd-mm-yyyy”, for example:

Enter date 3-6-2002 result 6-3-2002
Enter date 13-6-2002 result 13-6-2002

What is happening and how can I fix it.

I attach a sample