XaloRichie
Registered User.
- Local time
- Today, 22:41
- Joined
- Jul 2, 2003
- Messages
- 70
I have a form which has 3 buttons.
onclick each button sets a variable strDur to a respective vale
1,2 or 3.
My code calls the form using Docmd.open form
The form Opens But before I can click a button the code continues
to the next step.
I want to wait until the button has been selected then continue with main code.
What should I do Please.
onclick each button sets a variable strDur to a respective vale
1,2 or 3.
My code calls the form using Docmd.open form
The form Opens But before I can click a button the code continues
to the next step.
I want to wait until the button has been selected then continue with main code.
What should I do Please.