Hi,
I'm trying to populate a read-only field on a form with the time and date the record was last changed.
This is to acheive seeing a list of records that have been updated this week for example.
I have this at the moment:-
Private Sub Form_AfterUpdate()
Last_Updated.Value = Now()
End Sub
When I've updated a record it won't save and when I try to move onto the next record it does nothing, the button clicks but no response.
Does anybody have any idea where I'm going wrong or have any suggestions?
Would appreciate any help.
Thanks,
Dan
I'm trying to populate a read-only field on a form with the time and date the record was last changed.
This is to acheive seeing a list of records that have been updated this week for example.
I have this at the moment:-
Private Sub Form_AfterUpdate()
Last_Updated.Value = Now()
End Sub
When I've updated a record it won't save and when I try to move onto the next record it does nothing, the button clicks but no response.
Does anybody have any idea where I'm going wrong or have any suggestions?
Would appreciate any help.
Thanks,
Dan