
Originally Posted by
Micron
You don't say how the textbox gets its value after the form opens with no value being shown. Is the textbox bound? If not and you are using the Default Value property being equal to Date(), just set that value to "" in code. If it is bound, I think you can set it to "" even if the bound field is date/time data type. Regardless, if using a default date as suggested or "", you will have to code for the textbox being one of those values anyway to prevent using meaningless data, will you not?