Hi everybody!
I have a textbox and a ActiveX Calendar (I'm using Access 2000). In the calendar after_update event I'm using this code trying to populate the textbox with the value selected in the calendar:
Private Sub cldr_AfterUpdate()
Me!DateBirth.Value = cldr.Value
End Sub
where cldr is the calendar control and batebirth is the textbox.
Only in some particular situation the textbox is updated. Actually every time when I click on a differenet date the debugger is entering in this afterupdate event but the value cldr.value is not the one selected.
Could you help me with this?
Thanks,
Durug
I have a textbox and a ActiveX Calendar (I'm using Access 2000). In the calendar after_update event I'm using this code trying to populate the textbox with the value selected in the calendar:
Private Sub cldr_AfterUpdate()
Me!DateBirth.Value = cldr.Value
End Sub
where cldr is the calendar control and batebirth is the textbox.
Only in some particular situation the textbox is updated. Actually every time when I click on a differenet date the debugger is entering in this afterupdate event but the value cldr.value is not the one selected.
Could you help me with this?
Thanks,
Durug