M
MGFoster
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
JET (Access) dbs keep DateTime in Double precision format: Integer is
the day; decimal is the seconds since midnight. A date & time would
look like this (the Access debug window [Ctrl-G]):
? cdbl(cdate("2/2/2004 11:06:07 AM"))
38019.4625810185
Day 1 is 31 Dec 1899. Midnight is .0.
So, take some of the stored dates from the problem db & do this to see
if they are really Access DateTime values:
? format("38019.4625810185", "m/d/yyyy hh:nn:ss")
2/2/2004 11:06:07
Substitute the problem DateTime number for "38019.4625810185".
HTH,
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv
iQA/AwUBQB6iOIechKqOuFEgEQI7iQCfbmlLfMHHvEU5vSTqYNAw06SWH8gAoNqD
nsPtppkepefCm5goiZLQfRog
=pRb/
-----END PGP SIGNATURE-----
Hash: SHA1
JET (Access) dbs keep DateTime in Double precision format: Integer is
the day; decimal is the seconds since midnight. A date & time would
look like this (the Access debug window [Ctrl-G]):
? cdbl(cdate("2/2/2004 11:06:07 AM"))
38019.4625810185
Day 1 is 31 Dec 1899. Midnight is .0.
So, take some of the stored dates from the problem db & do this to see
if they are really Access DateTime values:
? format("38019.4625810185", "m/d/yyyy hh:nn:ss")
2/2/2004 11:06:07
Substitute the problem DateTime number for "38019.4625810185".
HTH,
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv
iQA/AwUBQB6iOIechKqOuFEgEQI7iQCfbmlLfMHHvEU5vSTqYNAw06SWH8gAoNqD
nsPtppkepefCm5goiZLQfRog
=pRb/
-----END PGP SIGNATURE-----