Entering Time with AM \ PM

AmberO

Registered User.
Local time
Today, 06:18
Joined
May 9, 2002
Messages
27
I need the users to enter a clock in time. I am trying to get the time to default to AM, but I need the user to be able to change it to PM if necessary.

I tried using the input mask 00\:00" AM";0;_ but this does not let the user change the AM to PM.

I was thinking I need to use a drop down box for the AM and PM, but how would I link this to a time text field so that the correct time is saved to the table?

Any guidance would be greatly appreciated!

Thank you
 
Have you set the format of the control to: Medium Time?
 
Yes, I tried that as well, but then the user has to enter the AM or PM every time - I am trying to get it so that the default is AM and the user can change it if necessary.
 

Users who are viewing this thread

Back
Top Bottom