Why doesn't this work:When I click on a date, nothing happens. I put a break at the beginning of this routine, and when I clicked nothing happened. This tells me the event, itself, is not firing and I don't know why.VB Code:
Private Sub DTPicker1_Click() Text1.Text = DTPicker1.Value End Sub




Reply With Quote