How come?
how come i can show from form1 to form2 but not from form2 to form3?


error:Object reference not set to an instance of an object.



though i did exactly the same...



Private Sub cmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdNext.Click
Dim OpentheForm3 As frmPurchaseRequisition3
OpentheForm3.Show()
Me.Hide()

End Sub