rivet Posted September 23, 2004 Posted September 23, 2004 I have two check boxes and only one can be checked at a time. Without a script can I have them automatically toggle? (note fields must be seperate) - see attached (it almost works) toggle_chkBox.zip
MoonShadow Posted September 23, 2004 Posted September 23, 2004 Checkboxes are designed to allow more than one entry. If you wish to use checkboxes, you will need a script to toggle them; or ... just use radio buttons instead.
-Queue- Posted September 23, 2004 Posted September 23, 2004 boxA:= Case ( Get(ActiveFieldName) = "boxB"; not boxB = 1; boxA ) boxB:= Case ( Get(ActiveFieldName) = "boxA"; not boxA = 1; boxB ) Both are auto-enter calculations with 'Do not replace existing value...' deselected.
Recommended Posts
This topic is 7628 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