Hi all,
could anyone point me in the right direction. I want to add a time and date stamp 'field?' to a record when the user adds or modifies a record. This should be visible in a form and/or report. Is there something built into access already?
This works when you create a NEW record, However if you change any info in your record it will keep the creation date.
The way to update the date when the record is changed:
In the On Change Event Procedure
You will ask the User if he wants to submit the changes, and you will in the same code update the date field with the current Time by using the Now() Function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.