Hello,
say I have 2 forums and a command button.
When I click the command button the second form loads. But when I click it again nothing happens (because the second form is loaded).
I want mutiple instances of the form to load when I click the command button! Right now I am using the code
frmBlah.show
Please help


Reply With Quote