The Form is Shown from the mnuShowForm1 Click Event, so you can either call that Event from the Command Button or Simple Show the Form, eg.
Code:
Private Sub Command1_Click()
    mnuShowForm1_Click
End Sub
or..
Code:
Private Sub Command1_Click()
    Show
End Sub

------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]