There is no Date or Time fields in Access, the only thing that exists is the
DateTime field which is both a date plus a time. If you import a time
value, it is converted to a datetime automatically with the addition of the
date 30/12/1899 as the date part. You cannot do anything to stop that or to
remove that if you want to keep a DateTime field (instead for say, to use a
characters field to store the time as a fully formated string).
Many controls in Access will understand that and won't display the date,
only the time, when it is 30/12/1899. However, it's still there.
--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Blog/web site:
http://coding-paparazzi.sylvainlafontaine.com
Independent consultant and remote programming for Access and SQL-Server
(French)
"Jack" <(E-Mail Removed)> wrote in message
news:FD45DBCB-F3F8-4A68-8D42-(E-Mail Removed)...
> Hi Access Stars,
>
> I was trying to import data from Excel to Access. I got one colume on my
> excel spreadsheet recording the time information as below:
>
> Exam Time Final
> 9:00:00 AM
> 9:00:00 AM
> 9:00:00 AM
>
> After I imported the data to Access, it becomes:
>
> Exam Time Final
> 30/12/1899 9:00:00 AM
> 30/12/1899 9:00:00 AM
> 30/12/1899 9:00:00 AM
>
>
> Any idea how to get rid of 30/12/1899 and where it comes from? Thanks!
>
> --
> Jack