GoTo expression

G

Guest

(A) I am a database learner. I am working a Research firm. When I made a
research base data entry screen design. I found some major problem, which is
important for screen design.

For example:
Q1: Are you educated
1=yes
2=no
Q2: If yes, How many class did you read
1. Primary
2. Secondary
3. Higher secondary
4. Higher secondary and above
Q3: If no, why?
1. I was poor
2. My parents could not afford educational expenses
3. School is too far
4. Teacher are not good, etc.

My question is if Q1=no, I should not ask him Q2, I should skip Q3, because
he is illeterate.

How can I skip from Q1 to Q3
 
A

Allan Murphy

In the after update event for q1

if q1=true then
docmd.gotocontrol "q2"
else
docmd.gotocontrol "q3"
end if

My question if he is illiterate will he able to answer question 3?
 
G

Guest

Dear Murphy,

Thank you very much. You want to know " if he is illiterate will he able to
answer question 3". My answer is yes. We know that there are some reasons for
not attending to school. In survey question, Interviewer has to ask question
to target groups. So, this is not the main factor whether he is literate or
illiterate. Answaree has to give answer.

Sharif
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top