New to the Apps 😀. I want to enter number in textfield1 then enter a number in textfield2. If they are exact match, turn label box green, if not Red.
Solved! Go to Solution.
On the fill property of the Label box: If(textfield1.Text=textfield2.Text,Green,Red)
On the fill property of the Label box: If(textfield1.Text=textfield2.Text,Green,Red)
In the Fill property of the label you could a formula like this:
If(textfield1.Text = textfield2.Text, Green , Red)
WOW works great thanks...
User | Count |
---|---|
183 | |
106 | |
88 | |
44 | |
43 |
User | Count |
---|---|
226 | |
108 | |
105 | |
68 | |
68 |