Hi,
How would i go about creating a "Search Feature". I have all of the algortihiums to do this, but at the moment it's hassle for me to have both forms, and 3 seperate buttons for searching. I think its more complicated than it needs to be.

I was thinking about creating a label at the top of form and using the following:
"If label1.text = "" then
......
End if"

But how would i get it to get the value of the text box from a seperate form, and make form perform a seperate feature, if you see what i mean.

Thanks