i haven't programmed Vb in a long time and now i need some one to refresh my memory. i have one form in a project and i am trying to add another one. i have a command button to load this new form, my question is, what isthe code to load it? this is what i think that it is
commandbutton_Click()
form.load=formname
end sub
