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
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