The solution I use now is using AfterUpdate for each form element to update this field. Here's an example:
CODE
Private Sub Guest_First_AfterUpdate()
[DateUpdated] = Date
End Sub
[DateUpdated] = Date
End Sub
Does anyone know of a way to reliably track changes to individual record regardless of whether the change was made from a table or form? I would really appreciate some assistance.