I am using an ActiveX DTPicker control to allow the user to add new dates to the database. However, when the screen opens I want the date fields to be blank so that the user is forced to select a date. The problem is I have not been able to find a way for the DtPicker to display a null value. I do not want to use this check box property of this control because that might imply to the user that the field is optional, which it isn't.
Does anyone know how to default a DtPicker to Null? Thanks!
Does anyone know how to default a DtPicker to Null? Thanks!