Hello Everybody
I am trying to set up a query for a table which has following 3 fields
GroupNo
Name
Points
which has values in the following manner
GroupNo-Name-Points
204-------Jack---- 20
204-------Ryan---40
204-------Tita-----30
202-------Jack----35
202-------Ryan----24
205-------Jack-----56
205-------Ryan----73
205-------Tita------45
Is it possible to combine the above records by the GroupNo in the following manner with 7 different fields now?
GroupNo---Name1---Points1---Name2---Points2---Name3---Points3
204---------Jack------20---------Ryan-----40----Tita------30
202---------Jack------35---------Ryan-----24
205---------Jack------56---------Ryan-----73----Tita------45
Any help in this regard will he highly appreciated.
Thanks
I am trying to set up a query for a table which has following 3 fields
GroupNo
Name
Points
which has values in the following manner
GroupNo-Name-Points
204-------Jack---- 20
204-------Ryan---40
204-------Tita-----30
202-------Jack----35
202-------Ryan----24
205-------Jack-----56
205-------Ryan----73
205-------Tita------45
Is it possible to combine the above records by the GroupNo in the following manner with 7 different fields now?
GroupNo---Name1---Points1---Name2---Points2---Name3---Points3
204---------Jack------20---------Ryan-----40----Tita------30
202---------Jack------35---------Ryan-----24
205---------Jack------56---------Ryan-----73----Tita------45
Any help in this regard will he highly appreciated.
Thanks