say... i have 3 Forms..
Form1 have 3 textboxes...
Text1, Text2, Text3
Form2 have 3 textboxes...
Text1, Text2, Text3
Form3 have 3 textboxes...
Text1, Text2, Text3
what i want to do is a check that..all the 9 textboxes cannot have the same text..
e.g.) Form1.Text1.Text and Form3.Text2.Text are A.. then a msg will be pop up..
Form1 have 3 textboxes...
Text1, Text2, Text3
Form2 have 3 textboxes...
Text1, Text2, Text3
Form3 have 3 textboxes...
Text1, Text2, Text3
what i want to do is a check that..all the 9 textboxes cannot have the same text..
e.g.) Form1.Text1.Text and Form3.Text2.Text are A.. then a msg will be pop up..