S
SF
Hi
I have a table consist of the follwing fields
SurveyID long PK
SurveyQuestion Text
Answers Number (1 for Yes; 2 for No)
GotoControl Integer
I have all the field on a form. I want to be able to navigate to the
specific record depending on the Answer (eg if Yes to go value mention in
GotoControl (SurveyID =9), No go to SurveyID =25)
I have 4 buttons for navigating thruogh record but I don't know how to code.
I would appreciate some advice here.
SF
I have a table consist of the follwing fields
SurveyID long PK
SurveyQuestion Text
Answers Number (1 for Yes; 2 for No)
GotoControl Integer
I have all the field on a form. I want to be able to navigate to the
specific record depending on the Answer (eg if Yes to go value mention in
GotoControl (SurveyID =9), No go to SurveyID =25)
I have 4 buttons for navigating thruogh record but I don't know how to code.
I would appreciate some advice here.
SF