To turn off page numbers you do
\thispagestyle{empty}
. However this doesn't work in this instance, as the table takes up a full A4 page, so it is moved to the next free page and sets the current page to have no page number, while the page containing the table still has its page number.How do I force it to make the page containing the table to have no number.
thanks