I have a text box that has the datefield of the table in its control source. When the user use my form they see a little calendar on the side of the text box and click on the date of their choice. However they sometimes enter the date directly in the text box too. I am looking for some solution that will stop them from entering the date in textbox directly and force them to use the calendar. I was hoping for a Read only option. I tried using the Locked property and set it to Yes but it doesn't send the date that user chose to the table.
Thanks
Start Free Trial