Forum Discussion
- MarkShnier__YouQrew Legendnp,
The form rules are not powerful enough to do CONTAINS.
But just make a formula field checkbox called [Purpose contains Solder]
Contains([Purpose],"solder")
Then hook the form rule on that formula field. You will probably need to put the formula field on the form (in a hidden section if you like) to get the form to see the current value of the formula checkbox field.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------ - PrashantMaheshwQrew CaptainYou could make a checkbox formula with
contains([Purpose],"solder")
And then use this field on form rules, to see if checkbox is checked
------------------------------
Prashant Maheshwari
------------------------------