Format Date in Military DTG format

D

Douglas J. Steele

You might have to use an unbound control, then translate the input to
something Access can accept and assign that to the actual date field in the
unbound control's AfterUpdate event.
 
D

Daniel

Just out of curiousity, They don't follow ISO date/time format? I was under
the impression they did yyyymmdd hh:mm:ss (but then I suppose I'm thinking of
Canadian military).

Daniel
 
Top