Add the last updated filed to your table and make sure it is included in the recordset of the form. In the BeforeUpdate event procedure add the line at the end of the code: LastUpdated = Date()
Hello,
Hoping I can get some clarification on this issue.. I'm trying to accomplish the same thing: include a field on my form that gets updated any time any record on that form is changed.. In my table, I have a field called LastUpdated. I added that text box to my form. On the Properties of my form, I chose BeforeUpdate and clicked ... to start the expression builder (maybe I should have chosen the Macro or Code builder?) I then added LastUpdated = Date(). Now when I make changes, nothing is being added to the Last Updated field.. What am I missing?? Any help is greatly appreciated...
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.