lonesomejubilee Posted October 5, 2004 Posted October 5, 2004 Hi, I have a drop down list of about 5 options.... how do I make it so that if the user chooses a certain option... option a, then the other field (money) will automatically be set to zero and cannot be changed? I tried going through validation but I may be misunderstanding that because it seems that it only validates that field on specified criteria, not based on another field. Thanks.. VANDY
-Queue- Posted October 5, 2004 Posted October 5, 2004 Make money an auto-enter calculation of Case( field1 = "a"; 0; money ), and deselect 'Do not replace existing value for field'.
Recommended Posts
This topic is 7423 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