1. Create a Date/Time field on the record.
2. Now on the form that is used to update the record (I am assuming these updates come from a form) create an invisible textbox with the new Date/Time field as the ControlSource.
3. Set the format of this textbox to General Date if you wish to include the time also.
4. In the Form's BeforeUpdate event put
TextBoxName = Now()
B-)
Good luck ljprodev@yahoo.com
ProDev, MS Access Applications
1. Create a Date/Time field in the table.
2. Now in the query is used to update the record add this Date/Time field and in on it's Update To line put Now()
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.