March 1, 200817 yr 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
March 1, 200817 yr Author 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.
March 1, 200817 yr 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.
March 1, 200817 yr Author Now if the checkbox has boxes checked, instead of "IsEmpty", what would I use? I tried "IsValid" but that doesn't work.
Create an account or sign in to comment