I'm not entirely clear on what you want to do. Is it:
1) Keep a running log of when data is entered or modified?
2) Track the last time a record is edited?
3) Keep track of when a record is created?
4) Is this for the entire record, or a specific field?
Give us a few more details and we can probably get you pointed in the right direction. For now, I would take a look at the Dirty event and the Now() function. Also BeforeUpdate and AfterUpdate.
You can't trigger a controls [blue]BeforeUpdate[/blue] or [blue]AfterUpdate[/blue] event unless the data passes the [purple]Input Mask formatting rule![/purple]
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.