pertaining to my current problem that I'm having with getting my first form to open my second form...
When I put the instruction that I was told to do ..
I get an OBJECT REQUIRED error

I named my first form Math2 and the second form Menu1

I was told to load anyone of these instructions
frm1created.show

form2.show vbModel

Load form2
form2.show

I subsituded the word form with math2 and menu1