I have a college capstone project that involves creating an Access database table of movies and putting that data on an optical disk. My proposed solution is to export the table in some form (that I haven't figured out) and use a Web page on the disk as the navigation menu. The point of this exercise is to use material I learned from a variety of my classes: Access, Web Programming and GIS.
As a quick method, I exported the Access table as an HTML page. That works OK, but the code is ugly and tables are not the preferred method of displaying formatted pages (that's what we have XML for). I'd rather export the data in a form that a Web page could extract and display independently. I'm looking for suggestions.