P
Perry Kew
I have a database with three fields and looks like this:
Year Name Points
2000 Tom 12
2000 Burt 65
2002 Tom 8
2003 Tom 12
2002 Ray 48
2001 Tom 14
2003 Tom 8
Is there any way to do a cross tab query so that I can get:
Tom Burt Ray
2000
2001
2002
2003
The value in the Crosstab should give the number of points
earned by each man by year.
Thank you for your help.
--Perry
Year Name Points
2000 Tom 12
2000 Burt 65
2002 Tom 8
2003 Tom 12
2002 Ray 48
2001 Tom 14
2003 Tom 8
Is there any way to do a cross tab query so that I can get:
Tom Burt Ray
2000
2001
2002
2003
The value in the Crosstab should give the number of points
earned by each man by year.
Thank you for your help.
--Perry