Chicagodude
Programmer
I have a Continuous Forms. It has three text box. First text box display data from table column called nominal value. Second text box where user enter result value and last text box is message label. I have a conditional formating where user enter vlaue for second text box and it is higher then text box 1 then set the back color for third textbox to "Red" from default color white.
I want a do two thinks.
1) If user hit save button and one of the second text box out in Continuous Forms is blank then give them error message. (Example if Continuous Forms has 5 recond and user enter result value for only 4 then give them message stating Result value can not be blank or display which row or nominal has blank result value.
2) If user enter value for all 5 result text box on Continuous Forms and one of them has higher value then nominal (which will change the back color for third textbox to "RED") then give them message saying one of the result value is higher then nominal please contact supervision.
How can i achive these two task.
I want a do two thinks.
1) If user hit save button and one of the second text box out in Continuous Forms is blank then give them error message. (Example if Continuous Forms has 5 recond and user enter result value for only 4 then give them message stating Result value can not be blank or display which row or nominal has blank result value.
2) If user enter value for all 5 result text box on Continuous Forms and one of them has higher value then nominal (which will change the back color for third textbox to "RED") then give them message saying one of the result value is higher then nominal please contact supervision.
How can i achive these two task.