I
Ian Rhodes
I have created a table with a list of questions to represent a
flowchart using yes or no selection from command buttons. When the
button is clicked the form jumps to the record that corresponds to the
selection criteria i.e.
Question 1 = are you in pain
Command button Yes click = goto question 10
Command button No click = goto question 3.
Because not every question will be asked I am not using yes/no field
types. What I want to do is copy the current record field question in
to a new table with field Question Asked and a field Answer using a
string constant representing Yes or No depending on which button is
pressed.
Being new to this I am trying to get there in the most direct route
without creating a lot of unecessary actions.
Any help and advice appreciated
flowchart using yes or no selection from command buttons. When the
button is clicked the form jumps to the record that corresponds to the
selection criteria i.e.
Question 1 = are you in pain
Command button Yes click = goto question 10
Command button No click = goto question 3.
Because not every question will be asked I am not using yes/no field
types. What I want to do is copy the current record field question in
to a new table with field Question Asked and a field Answer using a
string constant representing Yes or No depending on which button is
pressed.
Being new to this I am trying to get there in the most direct route
without creating a lot of unecessary actions.
Any help and advice appreciated