HDfatboy03
Board Regular
- Joined
- May 23, 2010
- Messages
- 62
Hello
I have a 4 page form. After the user hits submit, the user would then hit next for the next form and so on. I am trying to write code to where, when the user clicks on next the next form appears and the previous form closes. This is what I have so far ... but doesn't seem to be working
CODE STARTS
Private Sub cmdNext2_Click()
frmApp3.Show
Unload Me
End Sub
CODE ENDS
Any help will be greatly appreciated
HDfatboy03
I have a 4 page form. After the user hits submit, the user would then hit next for the next form and so on. I am trying to write code to where, when the user clicks on next the next form appears and the previous form closes. This is what I have so far ... but doesn't seem to be working
CODE STARTS
Private Sub cmdNext2_Click()
frmApp3.Show
Unload Me
End Sub
CODE ENDS
Any help will be greatly appreciated
HDfatboy03