Hello,
I have "txtBoxA" (where the user types in a number) and "txtBoxB" (which is updated automatically) on a form. I would like to display a message (Box message) that would not allow the user to go on when: "txtBoxB" gets updated and this updated value is greater than the value on "txtBoxA" (typed by the user in the beginning)
How would I achieve this??
Thank you very much
I have "txtBoxA" (where the user types in a number) and "txtBoxB" (which is updated automatically) on a form. I would like to display a message (Box message) that would not allow the user to go on when: "txtBoxB" gets updated and this updated value is greater than the value on "txtBoxA" (typed by the user in the beginning)
How would I achieve this??
Thank you very much