Ben McCall
Registered User.
- Local time
- Today, 07:18
- Joined
- Jun 20, 2001
- Messages
- 22
I have a form that asks question which are answered by my patients. If a specific answer for example is "no" I would like to have the command button that brings up the next question skip to a certain question number instead of the next question. I have been able to skip questions using:
DoCmd.GoToRecord acDataForm, "Questions and patient's answers2", acGoTo, 3
But I cannot get it to work conditionally using If Then Else End if statement.
Thanks for any help!
Ben McCall
DoCmd.GoToRecord acDataForm, "Questions and patient's answers2", acGoTo, 3
But I cannot get it to work conditionally using If Then Else End if statement.
Thanks for any help!
Ben McCall