G
Greg
I am using the CControl 10.0 for the first time and have a basic ? The calander is in a form with an ok button I am just testing to make sure that I am capturing the corredct date with this but it is not working. Any thought would be great thanks
Sub Calendar1_Click(
theDate = CDate(Calendar1
End Su
Sub cmbOK_Click(
MsgBox "The date selected" & theDat
End Sub
Sub Calendar1_Click(
theDate = CDate(Calendar1
End Su
Sub cmbOK_Click(
MsgBox "The date selected" & theDat
End Sub