form brain teaser

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

OK, here's the problem. It's a doozie.

I have a form with 150 questions (text boxes).
When filling out the form, I get the same result for
Question 10 and Question 11. (If I answer "crazy" for
question 10 and "loopy" for question 11, I get "crazy" as
the result of Question 10 and 11 and "loopy" for the
answer to question 110.

Question 110 doesn't come through. (I've filled out the
form, answering only that question, and I don't get a
response in the result). The answer I put for question 11
gets passed to Question 110.

I've determined that I have a typo for Questions 10 and
11. Both input names are called "best10". However,
Question 110's input name is "best110". So why would
question 11 get passed to quetion 110?

I know this is a long shot, but maybe someone wants to
take a crack at it.

(:

Chris
 
Verify all field names are unique, then right click form properties options saved fields and make sure all fields are being saved
Also see http://support.microsoft.com/default.aspx?scid=kb;en-us;820915
--




| OK, here's the problem. It's a doozie.
|
| I have a form with 150 questions (text boxes).
| When filling out the form, I get the same result for
| Question 10 and Question 11. (If I answer "crazy" for
| question 10 and "loopy" for question 11, I get "crazy" as
| the result of Question 10 and 11 and "loopy" for the
| answer to question 110.
|
| Question 110 doesn't come through. (I've filled out the
| form, answering only that question, and I don't get a
| response in the result). The answer I put for question 11
| gets passed to Question 110.
|
| I've determined that I have a typo for Questions 10 and
| 11. Both input names are called "best10". However,
| Question 110's input name is "best110". So why would
| question 11 get passed to quetion 110?
|
| I know this is a long shot, but maybe someone wants to
| take a crack at it.
|
| (:
|
| Chris
|
|
 
Back
Top