P
Penstar
I have a time field which I have formatted to medium time eg 07:00 AM. This
is OK until you click on it to edit the time, when the date continues to
popup.
In the time control's "on enter", "on click" and "before update" events I
have set Me.time = Format(Me.time, "hh:nn"). This prevents the time from
showing the date/time.
However, the date/time continues to flick up every time you click on the
field to change the time. It is driving me mad!
Is there any way to fix this?
is OK until you click on it to edit the time, when the date continues to
popup.
In the time control's "on enter", "on click" and "before update" events I
have set Me.time = Format(Me.time, "hh:nn"). This prevents the time from
showing the date/time.
However, the date/time continues to flick up every time you click on the
field to change the time. It is driving me mad!
Is there any way to fix this?