I have been asked to summarize the results of a survey that has already been conducted.
Each participant was asked to respond to 200 questions with a multichoice answer null or 1 to 5. My table has 200 fields A1 to A200. I need to populate these fields with the answers but there are over 4000 participants! I need a really fast way to type in the responses. I would prefer NOT to have to use any keys except the number pad and not separate the entries using the enter or tab key -- just input a straight string of numbers for each participant. Can this be done, maybe by parsing a string at the end of each participant? If yes, please tell me how.
Each participant was asked to respond to 200 questions with a multichoice answer null or 1 to 5. My table has 200 fields A1 to A200. I need to populate these fields with the answers but there are over 4000 participants! I need a really fast way to type in the responses. I would prefer NOT to have to use any keys except the number pad and not separate the entries using the enter or tab key -- just input a straight string of numbers for each participant. Can this be done, maybe by parsing a string at the end of each participant? If yes, please tell me how.