L
Larry Root
I want to create a simple form to enter answers to 20 or so questions. How
do I lock a field (so the user cannot manually return and enter a value) if
the previous entry was "no" and then jump to the next series of questions
For example:
-----
Have you talked to accounting? [TalkedToAccounting] (drop down box --
yes/no)
IIF TalkedToAccounting = yes
THEN go to [AccountantsName]
ELSE lock [AccountantsName]
lock [AccountantsAnswer]
go to [LegalQuestions]
END IF
If so, which Accountant did you talk to? [AccountantsName]
What did the Account tell you? [AccountantsAnswer]
.. . .
[LegalQuestions]
-----
I'd sincerely appreciate any suggestions on how I could implement that logic
within form fields.
Very respectfully,
Larry
I"d like to lock the
do I lock a field (so the user cannot manually return and enter a value) if
the previous entry was "no" and then jump to the next series of questions
For example:
-----
Have you talked to accounting? [TalkedToAccounting] (drop down box --
yes/no)
IIF TalkedToAccounting = yes
THEN go to [AccountantsName]
ELSE lock [AccountantsName]
lock [AccountantsAnswer]
go to [LegalQuestions]
END IF
If so, which Accountant did you talk to? [AccountantsName]
What did the Account tell you? [AccountantsAnswer]
.. . .
[LegalQuestions]
-----
I'd sincerely appreciate any suggestions on how I could implement that logic
within form fields.
Very respectfully,
Larry
I"d like to lock the