
Patrick B. answered 10/16/19
Tutor
4.7
(31)
Math and computer tutor/teacher
There is a CHANGE event for the text boxes..
In each change event for ALL of the text boxes, you clear the label..
label = "" 'assumes the default property is the text of the label..
in older versions of VB it is label.caption = ""
in newer versions of VB it is label.text = ""