jonben Posted May 26, 2000 Posted May 26, 2000 Does anyone know of a way I can prevent modification of a record after a certain date? We want to prevent users from altering a customer record after a certain period of time, say a month.
Keith M. Davie Posted May 27, 2000 Posted May 27, 2000 You might try a script to different layouts or different db's, such as: If (date created - today's date > x) Go to Layout (or db) allows modification Else If date created - today's date =< x) Go to Layout (or db) disallows modification.
Recommended Posts
This topic is 8951 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