Hello Kevin,
I would suggest you look into using XSLT layout sheets to display the information you want.
I'm still in the process of learning XSLT, but it's coming along and have learned a lot. XSLT is very powerful and you can create custom layouts, looks, etc. You can even setup logic within the XSLT as well so that different views can be shown for different circumstances.
I would first turn on the views for all your columns you want to see and within the F&L module, generate a new XSLT. Use this generated layout as a guide as to what the column names look like, etc. Then create a custom XSLT for each page you want.
Then on each separate page, you can either reference the main F&L and use the custom XSLT for the layout you want, or use the XML module in conjunction with the F&L data provider (
http://xmlproviders.codeplex.com/rele...) to just display the F&L information without editing abilities.
With the use of the XSLT and Filtering within the F&L module, anything is pretty much possible; as I've been learning.
Hope this helps.. -Jeff