I'm building a new database program using VB, I want to use the datetimepicker to do this:
Show today's date on the datetimepicker,
Show today's "to do" in a Text box (it would know it was today because it would be linked to the datetimepicker
Then
If I change the date on the datetimepicker, it would change the text in the text box, to be that days "to do"
If anyone has any suggestions I'd really appreciate it 8)