I want to save the current date in a record's field whenever there is a change to that record.
I want to save the current date in a record's field whenever there is a change to that record.
Use code in form BeforeUpdate event:
Me!datefield = Date()
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Hmmm - as an access beginner I haven’t learned how to write code yet. Thanks for your help.
No time like now to learn. In addition to Paul's kick start, here is more https://support.office.com/en-us/art...7-70649e33be4f
Use macro or VBA. I prefer VBA.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.