Shane Posted February 13, 2002 Posted February 13, 2002 Is there a way to record modifications to records in a way that is invisible to the user? Say for instance an authorized user says that they entered information when they were supposed to but they actually didn't until later. Is there any kind of script or plug in that keeps a history of when a record got changed and what it was and what it got changed to? Thanks Shane
Kurt Knippel Posted February 13, 2002 Posted February 13, 2002 I think that Bob Cusick over at www.clickware.com has some examples of how to do this. Or check with John Mark Osbourne at www.databasepros.com for this.
jnmorrison Posted February 15, 2002 Posted February 15, 2002 Could you set up a script that activates when they move to another record, which then fills in a "hidden" date and name field? I don't know how navigation is set up in your database, but there may be a way to force the user to "click" a button to move to another field.
Addam Posted February 15, 2002 Posted February 15, 2002 You can always setup a script to copy and past that fields information, but it's a pain in the @$$ to do. It would require a series fo layout modifications and a large amount of scripting. I think HIGHLY recommend the Clickware method! I use it here at my office. It is totally accurate, and the user will never know it exists. You can put the Modification Log into another layout that USERS don't have access to. Setting it up for the first time can be kinda confusing, but once you get it going, it comes like clock work (great for updating if needed). ~Addam~
BobWeaver Posted February 15, 2002 Posted February 15, 2002 A while back I made an example database that logs the time, date and user name whenever a change is made to a record. It doesn't use any scripts, just lookups. You can download the Mac or Windows versions here. I believe that it works the same way as the example that you can find at databasepros.com
Recommended Posts
This topic is 8321 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