sicSRT8 Posted April 7, 2010 Posted April 7, 2010 (edited) Using the "Modified By" selection thinking.. Is there anyway to set it to a specific field? Meaning that you can modify everything but once you modify a specific field it inputs the user name as the modifier? I assume if possible it would go in hand with time stamp as well. Or is there a way to log this info every time the user modifies the record/time/specific field? Edited April 7, 2010 by Guest
Vaughan Posted April 7, 2010 Posted April 7, 2010 This is often called a audit trail. There have been demo files posted at various times to the forums. It's done using auto-enter calculations and the Let() function. It could be done in FMP 10 and later with script triggers too. The auto-enter will do it at a record/table level while the script triggers will do it at a layout/interface level. Meaning that if script triggers are used the audit trail will only update when the change is made form that layout. This is not necessarily a bad thing.
sicSRT8 Posted April 7, 2010 Author Posted April 7, 2010 (edited) Not sure if I am understanding I use the auto enter now but can you specify which field in table based on record ID#? Right now if anything is modified it works but trying to create something to view when specific fields are modified to a record. Edited April 7, 2010 by Guest
comment Posted April 8, 2010 Posted April 8, 2010 See if this helps: http://fmforums.com/forum/showtopic.php?tid/213103/post/349344/#349344
Recommended Posts
This topic is 5480 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