Maxwell Morlay Posted March 29, 2001 Posted March 29, 2001 I have a field with "yes" and "no" radio buttons. I want a second field to automatically enter "none" if the "no" is selected in the first field. How do I do it, please? Thanks for your help.
LiveOak Posted March 29, 2001 Posted March 29, 2001 SecondField (calculation, text) = If(FirstField = "no", "none", "") This assumes that first field is a text field. -bd
Recommended Posts
This topic is 8985 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