For each textbox..

Ventashar

Member
Joined
Dec 7, 2004
Messages
13
Programming Experience
1-3
I'm trying to get a program to check to see if the text in each textbox is the same as any other textbox on the form, i have around 30 boxes so I don't really want to have to use if then's for them all, i've been trying to get For Each tb in me.controls and the ctype as textbox but i can't get it to check the other boxes against the one it's got selected...thx
 
Back
Top