G
Guest
This example deals with a datetimepicker Date of Birth concept for a windows
form in VB 2005.
Simply put, if a user wants to enter the MM/DD/YYYY using the number pad,
how can I advance the cursor to the DD and then the YYYY without needing to
use the "/" key?? So the keystrokes look like "07041978" versus doing
"07/04/1978".
Secondly - if we don't know the D.O.B. at the time of input, we'd like to
make update the dataset with a blank (null) value.
Thanks much.
form in VB 2005.
Simply put, if a user wants to enter the MM/DD/YYYY using the number pad,
how can I advance the cursor to the DD and then the YYYY without needing to
use the "/" key?? So the keystrokes look like "07041978" versus doing
"07/04/1978".
Secondly - if we don't know the D.O.B. at the time of input, we'd like to
make update the dataset with a blank (null) value.
Thanks much.