tv_kid Posted March 20, 2008 Posted March 20, 2008 I'm trying to get a record modification timestamp when only certain fields are modified. I.E - If field 'a' is modified, record the timestamp, but if field 'b' is modified, don't bother. Not sure if there is a simple way to do this without resorting to an 'audit trail' type arrangement? I'd be grateful for some bright ideas....
comment Posted March 20, 2008 Posted March 20, 2008 Try an auto-entered calculation = Let ( trigger = Field A ; Get (CurrentTimeStamp) )
Recommended Posts
This topic is 6152 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now