[AccessD] Date standardization

Doug Steele dbdoug at gmail.com
Wed Jun 16 08:24:38 CDT 2010


I have had problems in BE databases when some of the client computers with
the FE dbs have had different regional settings for dates.  If you are
getting obviously invalid dates like 11/6/10 for data that you know was
entered in June, a client computer may have its Short Date format set as
dd/mm/yy, not mm/dd/yy.

Doug

On Wed, Jun 16, 2010 at 12:34 AM, Gustav Brock <Gustav at cactus.dk> wrote:

> Hi Jim
>
> This can only happen if dates are not stored as data type date/time but as
> text, and this can cause all sorts of trouble as validation is not possible
> at the table level.
> If "wrong" dates are stored, say 12/5/2010 as 5/12/2010, only manual
> correction is possible unless you in some other way can sort the records.
>
> /gustav
>
>



More information about the AccessD mailing list