G
Guest
What is the best way to move the reference from one control to another
control, based upon the entry in the first control. I am trying to formulate
a type of if then statement but can't get it to work. What I would like to
happen is:
If [Control1] = "yes" goto [Control5], If [Control1] = "no" goto [Control6],
If [Control1] = "null" goto [Control7].
control, based upon the entry in the first control. I am trying to formulate
a type of if then statement but can't get it to work. What I would like to
happen is:
If [Control1] = "yes" goto [Control5], If [Control1] = "no" goto [Control6],
If [Control1] = "null" goto [Control7].