Philip Sommers Posted June 25, 2008 Posted June 25, 2008 (edited) Not sure if this is the right forum for this, but here goes. I know how to make a record conditionally editable by using Custom Privileges in the Privilege Set dialog, but how can I make only one field conditionally editable? For example, I have a text field (Field A)and a numeric field (Field . I only want to allow editing of Field A when, say, Field B > 10. How can I do this? Thanks in advance ... Edited June 25, 2008 by Guest
Raybaudi Posted June 25, 2008 Posted June 25, 2008 Hi what about an auto-enter calculation ( replace existing value ) for Field A ? Case( Field B > 10 ; Field A )
Fitch Posted June 25, 2008 Posted June 25, 2008 One option is to not allow entry into the field, and then set the field as a button with a script: If(Field B > 10) Go to Field(A) Else Beep or whatever End If
Philip Sommers Posted June 27, 2008 Author Posted June 27, 2008 Thanks to all who responded. Fitch, I think that will work for me. Thanks ...
Recommended Posts
This topic is 5992 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