Article ID: 101675
Article Last Modified on 1/18/2007
Table: Table1 (old) -------------------------------------- FieldName: Respondent ID [Primary Key] FieldName: Question1 FieldName: Question2 FieldName: Question3 . . . FieldName: Question<n>
Table: Table2 (new) ---------------------------------- Field: Respondent ID [Primary Key] Field: Question ID [Primary Key] Field: Response
Query: Query1
---------------------------
Field: Respondent ID
Append To: Respondent ID
Field: Question1
Append To: Response
Field: "Question1"
Append To: Question ID
Query: CrossTabExample
---------------------------
Field: Question ID
Total: Group By
Crosstab: Row Heading
Field: Response
Total: Group By
Crosstab: Column Heading
Field: Response
Total: Count
Crosstab: Value
Additional query words: cross tab append questionnaire flat file survey
Keywords: kbinfo kbusage KB101675