Hello, I've just started to learn programing. And i can't figure out how to go from one form to the other without having both open at the same time. This is what i have so far:
CODE
Private Sub Command1_Click()
FMarks.ZOrder
FMarks.Show 1
End Sub
How do I go from one form to the other without having both open at the same time?
** Edit **