G
Guest
Hello,
I am creating a form to mimic a paper survey. There are times where a
person will answer NO to a question and that will require they move to a
different control on the form. (This form could be quite a way down the tab
order.) How do I move to another control that is not the next in the tab
order?
I assume I use the afterupdate property. I want to say somthing like:
if fruitveg1=1 then
gotocontrol fruitveg4
else
gotocontrol fruitveg1
Can someone help me?
Thanks,
Andy Davis
I am creating a form to mimic a paper survey. There are times where a
person will answer NO to a question and that will require they move to a
different control on the form. (This form could be quite a way down the tab
order.) How do I move to another control that is not the next in the tab
order?
I assume I use the afterupdate property. I want to say somthing like:
if fruitveg1=1 then
gotocontrol fruitveg4
else
gotocontrol fruitveg1
Can someone help me?
Thanks,
Andy Davis