Ben McCall
06-22-2001, 12:31 PM
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