What I want to do is to execute one from from another
form. What would be the code?
Karl E. Peterson - 31 Jan 2005 23:55 GMT
> What I want to do is to execute one from from another
> form. What would be the code?
Dim frm As MyForm
Set frm = New MyForm
frm.Show
' frm.Show Me <- optional, see F1
Later... Karl

Signature
[Microsoft Basic: 1976-2001, RIP]
playwin - 31 Jan 2005 23:58 GMT
form2.show -- I guess.
--
playwin
> What I want to do is to execute one from from another
> form. What would be the code?
playwin - 31 Jan 2005 23:58 GMT
form2.show -- I guess.
--
playwin
> What I want to do is to execute one from from another
> form. What would be the code?