Paul Cooke
Registered User.
- Local time
- Today, 21:56
- Joined
- Oct 12, 2001
- Messages
- 288
Could someone please tell me how I can handle responses to various msgbox's.
At the end of a from the user is presented with a yes / no msgbox. Depending what the response is relates to what happens next.
So in my case
if they answer
Q1 with yes they get Q2
if they answer
Q2 with Yes form does its normal thing
But
If they answer
Q1 with No they get Q3
If the answer
Q2 with no they get Q3
And finally
If they answer Q3 with Yes or No form does its normal thing!
I have tried numerous ways to sort these responses and am even confusing myself ! I have tried using the Elseif but to be honest Im not 100% sure I am using it right as depending where I put it in the order of the code it will work but the Questions then don't come up
Any help or advise on this will be very gratefully received !!
Many thanks
At the end of a from the user is presented with a yes / no msgbox. Depending what the response is relates to what happens next.
So in my case
if they answer
Q1 with yes they get Q2
if they answer
Q2 with Yes form does its normal thing
But
If they answer
Q1 with No they get Q3
If the answer
Q2 with no they get Q3
And finally
If they answer Q3 with Yes or No form does its normal thing!
I have tried numerous ways to sort these responses and am even confusing myself ! I have tried using the Elseif but to be honest Im not 100% sure I am using it right as depending where I put it in the order of the code it will work but the Questions then don't come up
Any help or advise on this will be very gratefully received !!
Many thanks