Kicker3 Posted March 1, 2007 Posted March 1, 2007 (edited) I have a text field that I want to be able to enter data only when I create a new record. After the new record is completed & data is entered I dont want anyone to be able to change the text.Is there a way to do this? Edited March 1, 2007 by Guest
David Jondreau Posted March 4, 2007 Posted March 4, 2007 This may work, I haven't tested it: Set your field validation to Get(RecordModificationCount) = 0. Users should get an error message, which you can customize, telling them they must Revert the record to the original contents. G
Recommended Posts
This topic is 6535 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