You need to be aware that Access doesn't really support Times by themselves.
Under the covers, the Date data type is an 8 byte floating point number,
where the integer portion represents the date as the number of days relative
to 30 Dec, 1899, and the decimal portion represents the time as a fraction
of a day. I'm afraid there's no way to change that.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> This is a follow-up to a question dated 2/11/2008 titled "Medium Time text
> box shows year". My data was downloaded, maybe from SQLServer???, to
[quoted text clipped - 9 lines]
> manually, is there a way to display only the time when I'm editting? I've
> tried input masks.
Stu - 24 Apr 2008 19:59 GMT
I am aware and understand how Dates are stored. Why can I go into the
Date/Time field and edit out the year and then only have the time displayed
from that point on? What happened to the date display in this case?
> You need to be aware that Access doesn't really support Times by themselves.
> Under the covers, the Date data type is an 8 byte floating point number,
[quoted text clipped - 15 lines]
> > manually, is there a way to display only the time when I'm editting? I've
> > tried input masks.
Douglas J. Steele - 24 Apr 2008 21:08 GMT
No, you can't. The data type contains both date and time, not just time
only, even if you don't want the date portion.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
>I am aware and understand how Dates are stored. Why can I go into the
> Date/Time field and edit out the year and then only have the time
> displayed
> from that point on? What happened to the date display in this case?
Stu - 24 Apr 2008 21:54 GMT
The last time you tried answering one of my posts, you didn't test it.
Create a table with D/T field. Put a time only in one record and a year plus
time in the next record.
> No, you can't. The data type contains both date and time, not just time
> only, even if you don't want the date portion.
[quoted text clipped - 3 lines]
> > displayed
> > from that point on? What happened to the date display in this case?
Douglas J. Steele - 25 Apr 2008 01:31 GMT
What you're calling a time-only field contains the date as well (30 Dec,
1899). It will show whenever you try to edit the field.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> The last time you tried answering one of my posts, you didn't test it.
> Create a table with D/T field. Put a time only in one record and a year
[quoted text clipped - 8 lines]
>> > displayed
>> > from that point on? What happened to the date display in this case?