March 1, 200718 yr 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, 200718 yr by Guest
March 4, 200718 yr 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
Create an account or sign in to comment