L
ljg
I have a hidden field on a form [df3] and want to update this field with the
current date once a record is changed.
I have added to the forms AfterUpdate:
Private Sub Form_AfterUpdate()
Me.df3 = Now()
End Sub
But this does nor work, can anyone tell me the correct syntax for this
please.
current date once a record is changed.
I have added to the forms AfterUpdate:
Private Sub Form_AfterUpdate()
Me.df3 = Now()
End Sub
But this does nor work, can anyone tell me the correct syntax for this
please.