Code:
'add another form to the project (Project/Form)
'Then under the command1_click() place this
Public Sub Command1_Click()
    Form2.Show (VbModal)
    'Do your opening sequence here
    Unload Form2
End Sub
Gl,
D!m