Hey there.

I have several instances of one form loaded. They all have an instantiated variable "Name." How do I select one of these forms based on the name variable?

Code:
 Public Sub MakeForms()
Dim x as New frmBlack(me)
x.show
End Sub