I would like to simply display text in the data area of a pivot table without
summarizing it. For example, take the following database:

Date Time Instructor
8/9 8am Jones
8/9 9am Smith
8/10 8am Anderson
8/10 9am Doe
....etc

and display it in a pivot table like so:

| 8/9 | 8/10
---------------------------------
8am | Jones | Anderson
9am | Smith | Doe

thanks.