Leather Knight Posted March 1, 2008 Posted March 1, 2008 How do I make so if field "A" has data in it, then field "B" will show up, but if field "A" is blank, then so is field "B"? Field "B" is a global. Thanks
Leather Knight Posted March 1, 2008 Author Posted March 1, 2008 Let me elaborate: If you have a set of check boxes, and nothing is checked, then the words "Needs Repair" show on the form, however, if there is a box checked, then you see nothing.
comment Posted March 1, 2008 Posted March 1, 2008 It should be an unstored calculation field - not global. In version 9, you can do this without the extra field: simply type "Needs Repair"on the layout, and apply conditional formatting to hide it (i.e. merge with the background) when the condition is true.
Leather Knight Posted March 1, 2008 Author Posted March 1, 2008 Now if the checkbox has boxes checked, instead of "IsEmpty", what would I use? I tried "IsValid" but that doesn't work.
Leather Knight Posted March 1, 2008 Author Posted March 1, 2008 Hmm, would think I would have known that one.... :
Recommended Posts
This topic is 6111 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