N
Naresh Nichani MVP
Hi:
You could a field to Table say "DateLastUpdated" and in the
Form_BeforeUpdate event you could write this code --
Me.DateLastUpdated = VBA.Now()
Regards,
Naresh Nichani
Microsoft Access MVP
You could a field to Table say "DateLastUpdated" and in the
Form_BeforeUpdate event you could write this code --
Me.DateLastUpdated = VBA.Now()
Regards,
Naresh Nichani
Microsoft Access MVP