Wyko
August 14th, 2009, 01:46 AM
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?
Public Sub MakeForms()
Dim x as New frmBlack(me)
x.show
End Sub
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?
Public Sub MakeForms()
Dim x as New frmBlack(me)
x.show
End Sub