October 1, 200322 yr Is there a way to allow users to enter information into a record only on the day that the record was created? That way users could navigate through previous records without my worring about them getting lost and then making changes in a old record (while assuming that they are working on the current record). Also, if I could implement such a restriction, I would like to be able to over-ride it via a password. Thanks in advance! Jason
October 1, 200322 yr Jason: One way to do it is to insert a date test into any script that takes them to a record. If the date created = today's date, then go to the normal layout, where the user can edit. If it's any other date, go to a duplicate layout where all the fields are locked. -Stanley
Create an account or sign in to comment