Want time but not AM/PM

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using access for video library purposes. I want to input the TIMECODE
from my tapes which looks like:

01:02:30

and I don't want it to look like: 01:02:30AM

How do I overide this macro? I am trying to do this by changing the
properties in my form/design view.
 
Sls,

You don't need a macro for this. Just set the Format property of the
textbox to hh:nn:ss
 
Back
Top