Need to Find "Survey Form" Sample

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

I'm wondering if anyone has some pointers (URL or sample db) of an Access
survey form. I recently created one via an unbound form method (using
tabs, DLookups, and lots of unbound controls) ... unfortunately, I soon will
be reaching the maximum number of controls (~770) for the form. Besides,
the form is tremendously slow due to the large number of controls used.

Right now, I'm a bit hesitant to use multiple layers of subforms... survey
participants will have to answers 100+ questions on 3 "layers". For
instance:

- A
- AA
- AAA
- AAB
- AAC
- AB
- ABA
- ABB
- AC
- ACA
- ACB
etc.

All I need to display is somehow:
- "3-tier" architecture (A, AA, AAA, AAB, AAC, etc.)
- a combo box (strongly agree, agree, disagree, stronly disagree)
- method to enter a comment for each of the answers
- ... and I need to make sure (via code) that all questions have been
answered

Again, I've already developed a survey form but I probably need to recreate
it again in the next couple of days.

At this time, actual sample db or pointers to them would be most helpful.

Tom
 
Back
Top