K
Kurt
Can someone tell me the correct way of closing one form from one of its buttons and opening another one?
Example: Form17 is up and one of the buttons is pressed with code;
If A = B Then
Form1.Show()
Form17.Close()
End If
But this coding does not work.
Example: Form17 is up and one of the buttons is pressed with code;
If A = B Then
Form1.Show()
Form17.Close()
End If
But this coding does not work.