Inactive Tutor answered 10/16/19
Tutor
New to Wyzant
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 = ""