View Single Post
  #6  
Old June 3rd, 2010, 05:15 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Skip pattern based on text box value

Nope, I was trying to imagine modifying the form every time I needed a new
question.

Consider looking into the more normalized survey/questionnaire design
offered by Duane H.:

http://www.rogersaccesslibrary.com/f...osts.asp?TID=3


Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"laeldo" wrote in message
...
Hi Jeff,

The data type under the control is Text. This project is for data
entry for a large questionnaire. So each question on the questionnaire
has a control on the form for an answer. If I need to add questions it
doesn't screw up the numbers because they are already assigned on the
paper questionnaire. If I need space for another answer because the
respondent checked two boxes instead of just one, the question becomes
210a, 210b, etc. Is that what you're asking? Thanks!