March 20, 200817 yr 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....
March 20, 200817 yr Try an auto-entered calculation = Let ( trigger = Field A ; Get (CurrentTimeStamp) )
Create an account or sign in to comment