I have a form that has a time field that shows a median time. when you don't type in am or pm it assumes am automatically, i didn't program it like that, it just is. The form works fine but the users are rebelling, they don't like having to remember to type in pm for the afternoon work. I thought i could just add a check box and have it to where if the checkbox is checked it will change the time to pm. I have not figured out how to do that. I have tried just adding pm to the text box on the after update event but that didn't work. I looked into the MSDN website and found no help. Can this be done simply?