Hi Tim, Footnotes in floats are weird. Floats can migrate from page to page in an effort to balance the page layout. This causes their footnotes to get left behind (or cut out completely).
Try placing the table inside a minipage (box) within the float. This will make sure that it stays on the same page. It will also use a different numbering scheme (a,b,c ... if using the standard classes) and not screw up your document footnote numbering. Cheers, Rob Oakes
