ms-accessinput-mask

Need a proper input mask for a time field in Microsoft Access


My table field is date/time and formatted like this:

mm/dd/yyyy hh:nn:ss

I want the user to see this (with the space appearing between date and time

__/__/__ __:__:__

I want an input mask that demands:

Further, when setting up a DB, is it just smarter to have two separate fields for Date and Time. A collegue encouraged me to break them out ... seems sensible?


Solution

  • 00/00/0000##00:00:00

    See the outcome in the image

    enter image description here