B
BZeyger
I have a form with three textboxes:
txtVal1
txtVal2
txtAnswer
I would like to insert a if statement into the text box. However, I do not
know the format of an If statement in a textbox.
I would like txtAnswer to display “Yes†if txtVal1 > txtVal2
it should also display “No†if txtVal1 < txtVal2
This is not what my form looks like, this is just a sample of what I am
looking for. Can someone help me with this formatting? I am trying to avoid
using VB code in the code builder. I would like the code in the text box.
Thanks
txtVal1
txtVal2
txtAnswer
I would like to insert a if statement into the text box. However, I do not
know the format of an If statement in a textbox.
I would like txtAnswer to display “Yes†if txtVal1 > txtVal2
it should also display “No†if txtVal1 < txtVal2
This is not what my form looks like, this is just a sample of what I am
looking for. Can someone help me with this formatting? I am trying to avoid
using VB code in the code builder. I would like the code in the text box.
Thanks