Hi
Having trouble with updating todays date in my "last updated" date field. I have tried using:
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me!ddato = Now()
End Sub
and the same piece of code on every other form field.
The wierd part is i have two fields which have combo boxes, when choosing a value from these two, the date field updates, but none of the fields update the date field.
appreciate any help
thanks in advance!
A.S
Having trouble with updating todays date in my "last updated" date field. I have tried using:
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me!ddato = Now()
End Sub
and the same piece of code on every other form field.
The wierd part is i have two fields which have combo boxes, when choosing a value from these two, the date field updates, but none of the fields update the date field.
appreciate any help
thanks in advance!
A.S