Johnny Attitude 0 Newbie Poster

I have a form named "switchboard" that contains a number of control buttons.
I need the button named "ADMIN" to open a form called "999 Password".
On form "999 Password" you enter a password and select a control button named "CheckPassword".
If the password entered is correct, I need a form called "999 Administrative Menu" to open.
If the password is null or incorrect, I need to return to the form named "Switchboard".

Code snippet - http://www.daniweb.com/code/snippet216570.html

The code above is helpful, I am sure, but I have been unable to make it work for my purpose. Given the information above, can someone guide me through this. I am a novice at this stuff.

Thanks.

Jon