How can I make a table that takes up more than a single page?
Use the longtable
package (see also the documentation).
I would recommend using the xtab
package, which is designed as a improvement of the supertabular
package.
Depending on your overall requirements and the shape of the data in the table, you might also consider dropping your longtable
into a landscape
environment, as provided, e.g., by the pdflscape
package.