Paul Clark
Registered User.
- Local time
- Today, 08:07
- Joined
- Oct 30, 2011
- Messages
- 23
I have a strange problem with date format.
The problem is that dates for day 01-12 are converted to mm/dd/yyyy on saving.
Whiles dates for day 13-31 are saved in the correct format.
There is a subform that allows updates to the main form.
The date field on both forms has the Format specified dd/mm/yyyy, as does the field in the table sand the programming just says update date field X as date field Y.
I have also tried with and without the calendar date picker
Obviously once written to the table it is reported as the wrong date.
The problem is that dates for day 01-12 are converted to mm/dd/yyyy on saving.
Whiles dates for day 13-31 are saved in the correct format.
There is a subform that allows updates to the main form.
The date field on both forms has the Format specified dd/mm/yyyy, as does the field in the table sand the programming just says update date field X as date field Y.
I have also tried with and without the calendar date picker
Obviously once written to the table it is reported as the wrong date.