Hi,
I know there's lots of postings on this topic, but none that I found could help me out.
I'm trying to have a text box (let's call it textbox1.text) which the user can either leave blank, or where the user can populate a date,
which should show in the dd-mmm-yyyy format after entry (entry either through datetimepicker or masks or other)
This textbox will be linked to a record in an access table.
For now I've managed to use a simple text box, and managed to handle the null/blank issues with the data going to and from Access. But I'd like to make sure the user does not enter rubbish.
Any suggested methods are welcome.
Thanks!
Wouter
I know there's lots of postings on this topic, but none that I found could help me out.
I'm trying to have a text box (let's call it textbox1.text) which the user can either leave blank, or where the user can populate a date,
which should show in the dd-mmm-yyyy format after entry (entry either through datetimepicker or masks or other)
This textbox will be linked to a record in an access table.
For now I've managed to use a simple text box, and managed to handle the null/blank issues with the data going to and from Access. But I'd like to make sure the user does not enter rubbish.
Any suggested methods are welcome.
Thanks!
Wouter