F
fleart1
Guest
Relatively new to programming and trying to insert the calendar to a form. I copied code down exactly as sample said. Now problem is this. I have the procedure in correct place with the functin below
Private Sub Calendar_Click()
Table!date.Value = Forms!Form_EntryForm!calendar.Value
End Sub
I have a field called date in a database that this form is in. When I click the date, the date in the database is supposed to change but I get an error with the above code. Can anybody tell me what I am doing wrong?
thanks
Private Sub Calendar_Click()
Table!date.Value = Forms!Form_EntryForm!calendar.Value
End Sub
I have a field called date in a database that this form is in. When I click the date, the date in the database is supposed to change but I get an error with the above code. Can anybody tell me what I am doing wrong?
thanks
