Frank
|
| Posted: 12/07/2004, 11:45 AM |
|
I don't know if this is a bug or if just I am not doing things correct.
I have made an application that gets in a field a date from the date picker.
The problem is that if I choose, for example, 07/12/2004 (dd/mm/yyyy), when I submit the data, with MS Access, it auomatically changes my date to 12/07/2004 (and the format is still dd/mm/yyyy). Of course that if I try submitting a date in which the day is over 12 (for example, 15/12/2004), then it saves the data correctly in the database.
Does someone know what is happening over here?
I really appreciate your help.
|
|
|
 |
E43509
Posts: 283
|
| Posted: 12/08/2004, 5:04 AM |
|
Try setting both the format and dbformat at the field and connection level.
Not sure if this will work but ...
|
 |
 |
|