I have two Date/Time fields[ClockIN] and [ClockOut] in a table called tblTIMES that each store a date and time formatted as (mm/dd/yy hh:nn:ss AMPM).
I use "Format("ClockI n","mm/dd/yyyy")" and "Format("ClockI n","hh:nn:ss AMPM")" to separate the respective Date or Time where I need to do so.
One of those places is a text box on a form that I want to use to edit the Date and/or time of a specific record.
This does not seem to work.
I can successfully display the formatted date or time, but I cannot edit it. Any suggestions?
I use "Format("ClockI n","mm/dd/yyyy")" and "Format("ClockI n","hh:nn:ss AMPM")" to separate the respective Date or Time where I need to do so.
One of those places is a text box on a form that I want to use to edit the Date and/or time of a specific record.
This does not seem to work.
I can successfully display the formatted date or time, but I cannot edit it. Any suggestions?
Comment