If you have many conditions to check can you put them all in a single if?
For example if label1.text ="" and label2.text="" and lable3.text = "" then
Msgbox("Missing data", "Please fill all the boxes").
Maybe the way I show it is not right. What I wanted to do is when the operator click ok and the program start calculating the various entries you get a warning that some entries are missing. Many thanks
Yves
For example if label1.text ="" and label2.text="" and lable3.text = "" then
Msgbox("Missing data", "Please fill all the boxes").
Maybe the way I show it is not right. What I wanted to do is when the operator click ok and the program start calculating the various entries you get a warning that some entries are missing. Many thanks
Yves