Does the equivalent of CreateControl in Access exist in VB? I've created a new form object from an existing form but also need to add the equivalent text boxes to the new form. How do I do that?
Printable View
Does the equivalent of CreateControl in Access exist in VB? I've created a new form object from an existing form but also need to add the equivalent text boxes to the new form. How do I do that?
I hvn't use aceess but you have Controls collection which is associated with forms, you can use that to create control at the run time.
Thanx Manish