November 30, 200421 yr Hi everone!!! Im trying to figure-out if there's a way to programmatically check when a field out of 12 field was modified. I would like to know(via global field maybe) as soon as data is changed or added in a field on a layout. so if i have about 12 fields on this layout, i want to know when one of them is modified, and it can be anyone of them, its random. So i need code that could keep an eye on those fields, and the minute one of them is changed, i get a flag. Can it be done. Any ideas, tricks etc are more then welcomed and very appreciated. Thx. Pat.
November 30, 200421 yr You could use an auto-entered text calculation, with 'Do not replace existing value for field' deselected, of Evaluate( "Get(CurrentTimestamp)"; [field1; field2; field3; ... field12] ) Whenever any field in the list is changed, the timestamp will be updated.
Create an account or sign in to comment