Hi all,
Hopefully somebody can help me with a solution or a link to an existing threat.
I get results in from a 164 question questionnaire looking like so:
ID A1 A2 A3 and so on up to A164 (Answer 164)
1001 5 6 2
1002 2 1 4
I need to transfer it into an Access table looking like so:
ID Question Result(or Answer)
1001 1 5
1001 2 6
1001 3 2
1002 1 2
1002 2 1
1002 3 4
Any suggestions please, so far I can't find anything use full and I am not familiar with VBA at all... And it are to much records for a Union query...
Bart
Hopefully somebody can help me with a solution or a link to an existing threat.
I get results in from a 164 question questionnaire looking like so:
ID A1 A2 A3 and so on up to A164 (Answer 164)
1001 5 6 2
1002 2 1 4
I need to transfer it into an Access table looking like so:
ID Question Result(or Answer)
1001 1 5
1001 2 6
1001 3 2
1002 1 2
1002 2 1
1002 3 4
Any suggestions please, so far I can't find anything use full and I am not familiar with VBA at all... And it are to much records for a Union query...
Bart