Hi Joe,
Thanks a lot...Now I understand why it is giving me this weird date. I
changed the program as it inserts a general date(G)and time now. But still,
when I run the query, it only gives me the year part of it. But I need just
the time portion. How could I cut the date part from the query? I am trying
to use the Datepart function, but I couldn't do it yet. If you have any
idea, I would be so glad,
Thanks,
Reney
"Joe Fallon" <jf******@nospamtwcny.rr.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Access date/time values are based on the integer and decimal parts of the
stored value.
So, 0.5 is date zero and it is 1/2 way through the day so it is Noon.
If you only pass a time value, then the date part is always 0.
That is why you get 12/30/1899.
--
Joe Fallon