Hi all, i have a table like this:
SUPPLIER QUESTIONUMBER ANSWER
supp1 1 answer 1
supp1 2 answer 2
supp1 3 answer 3
supp2 1 answer 1
supp2 2 answer 2
supp2 3 answer 3
supp3 1 answer 1
supp3 2 answer 2
supp3 3 answer 3
what i want is a query to come up with something like this:
SUPPLIER QUESTION 2 QUESTION 8
supp1 answer 2 answer 8
supp2 answer 2 answer 8
etc.
I cannot get my head around ti even though i know it's probabyl really simple (i'm not that clued up really!)
Can anyone help or point me in the right direction?
SUPPLIER QUESTIONUMBER ANSWER
supp1 1 answer 1
supp1 2 answer 2
supp1 3 answer 3
supp2 1 answer 1
supp2 2 answer 2
supp2 3 answer 3
supp3 1 answer 1
supp3 2 answer 2
supp3 3 answer 3
what i want is a query to come up with something like this:
SUPPLIER QUESTION 2 QUESTION 8
supp1 answer 2 answer 8
supp2 answer 2 answer 8
etc.
I cannot get my head around ti even though i know it's probabyl really simple (i'm not that clued up really!)
Can anyone help or point me in the right direction?