aziz rasul
Active member
- Local time
- Today, 20:19
- Joined
- Jun 26, 2000
- Messages
- 1,935
I have a main form (frmMain) which opens up another form (frmSecondary) via a command button.
Depending upon which of 2 buttons is pressed on frmSecondary, the code in frmMain either exits the event procedure or continues. How can I halt the code in frmMain until the user presses one of the 2 command buttons on frmSecondary?
At the moment, my code in frmMain just carries on.
Depending upon which of 2 buttons is pressed on frmSecondary, the code in frmMain either exits the event procedure or continues. How can I halt the code in frmMain until the user presses one of the 2 command buttons on frmSecondary?
At the moment, my code in frmMain just carries on.