Is it possible to load using a formname in a string variable
For eg.,
<vbcode>
strFormName = "Form1"
Load strFormName
</vbcode>

Please send me a solution for this !!