Newbies jdallen Posted July 23, 2004 Newbies Posted July 23, 2004 Simple question: what is the best way to toggle a field between yes and no values via a button?
Newbies jdallen Posted July 23, 2004 Author Newbies Posted July 23, 2004 I was thinking that when the button was selected, it would toggle yes. Then when the button was selected again, it would toggle no.
Ender Posted July 23, 2004 Posted July 23, 2004 You may have to change it slightly depending on what it should do if the field is empty, but this should work: Set Field [ MyField , If(MyField = "Yes", "No", "Yes") ]
-Queue- Posted July 23, 2004 Posted July 23, 2004 A checkbox might work better for only Yes or No options.
Recommended Posts
This topic is 7431 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