mtairhead
Registered User.
- Local time
- Yesterday, 19:33
- Joined
- Oct 17, 2003
- Messages
- 138
I have a table with several thousand records. Each record needs to eventually have its own HTML file. (Like a product inventory at wal-mart.com: Each product has it's own page)
Has anyone done anything like this with Access? My experience is that Access's "Save as HTML" capabilities are not the best I've seen when you want to include pictures, java, etc. The only way to do this is to type the HTML in a report, but lining up field boxes from a table with HTML text boxes is not my idea of a good time...And then you have to deal with the issue of saving each record as it's own file...And let’s not forget that I would actually have to output the file as a .txt, and then use VB to convert it to .html because exporting as HTML when you actually have HTML in the report doesn’t work…Oh the humanity!
What do others do for a solution? I have Dreamweaver, along with an array of other expensive tools that I never learned how to use, so getting additional programs involved should not be a problem.
Thanks in advance.
Has anyone done anything like this with Access? My experience is that Access's "Save as HTML" capabilities are not the best I've seen when you want to include pictures, java, etc. The only way to do this is to type the HTML in a report, but lining up field boxes from a table with HTML text boxes is not my idea of a good time...And then you have to deal with the issue of saving each record as it's own file...And let’s not forget that I would actually have to output the file as a .txt, and then use VB to convert it to .html because exporting as HTML when you actually have HTML in the report doesn’t work…Oh the humanity!
What do others do for a solution? I have Dreamweaver, along with an array of other expensive tools that I never learned how to use, so getting additional programs involved should not be a problem.
Thanks in advance.