lonesomejubilee Posted January 25, 2007 Posted January 25, 2007 Hi, I am not sure if calculations is the right post for this, but here goes. I have a drop down field with some selections. I have another field which is a radio button field. You don't always need to make a radio button selection, but when you choose a certain selection from the drop down I want to make it a Requirement that you must not leave the radio field open. Example: Drop down field has Red, Blue, Green, Purple, Yellow, Orange Radio buttons have Florida, Georgia, Mississippi, South Carolina Most of the time you aren't required to choose a state, but if you happen to select Green in the first field, then you have to choose a corresponding state. Thanks.
David Jondreau Posted January 26, 2007 Posted January 26, 2007 (edited) In the Define fields dialog you have the option to set Field Validations. You want to validate your Colors by calculation = If(Color = Green and IsEmpty(State);0;1) Edited January 26, 2007 by Guest
Recommended Posts
This topic is 6573 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