crazybake Posted March 27, 2003 Posted March 27, 2003 Is there a way to "Lock" a field and not allow entry unless conditions are met.. For example. I have a layout with check boxes and a dropdown menu next to them. I only want the dropdown menu available if certain checkboxes are checked... thanks
Fitch Posted March 27, 2003 Posted March 27, 2003 Sure. Just go to Field Format and turn off "allow entry into field." Then define the field as a button, and attach a script: If [checkbox = 1] ..Go to field [theField] Else ..Show message ["Go away!"] End If Another method is to create a one-line portal that is a self-join related by the checkbox. Any objects in the portal will be invisible until the checkbox is checked. Cool technique, but tricky to set up, especially with multiple checkboxes.
Recommended Posts
This topic is 7916 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