matrixindicator
IS-IT--Management
I use a Calendar object, along control source bound to a field in my table. This works fine, but in msdn documentation they said that on enter a new date on the Calendar Object the date in the field is not automatically updated. I used some code that they propose to use to update instantly the date in the field.
however this is not doing the job. I also tried
Code:
If Me.Dirty = true then
Me.Dirty = false
end if
however this is not doing the job. I also tried
Code:
Forms![form1].Refresh