ACC97: Long File Names Used for Saving Multiple HTML PagesID: Q168869
|
When you use the "Publish to the Web" Wizard to output a report to HTML format, each page of the report is exported as a separate HTML file that may contain a long file name.
Each page that is output to HTML format will contain additional characters in the file name. These additional characters will sometimes cause the file name to exceed the standard MS-DOS limit of eight characters.
If you do not want your file names to exceed the eight-character MS-DOS
limit, rename the HTML files, and then modify the HTML source for each file
to reflect the new names. The following steps demonstrate how to do this.
NOTE: This section contains information about editing HTML files, and
assumes that you are familiar with editing HTML files. Microsoft Access
Product Support professionals do not support customization of any HTML, HTX, IDC, or ASP files.
<A HREF="#">First</A> <A HREF="#">Previous</A>
<A HREF="Catalog_1Page2.html"> Next</A>
<A HREF="Catalog_1Page9.html">Last</A></BODY>
</HTML>
This behavior is by design.
Catalog_1.html
Catalog_1Page2.html
Catalog_1Page3.html
Catalog_1Page4.html
Catalog_1Page5.html
Catalog_1Page6.html
Catalog_1Page7.html
Catalog_1Page8.html
Catalog_1Page9.html
For more information about outputting files to HTML, search the Help Index
for "HTML documents, outputting object definitions to HTML format,"
or ask the Microsoft Access 97 Office Assistant.
For more information about modifying file names created with the "Publish
to the Web Wizard," please see the following article in the Microsoft
Knowledge Base:
Q163466 ACC97: Publish to the Web Wizard Does Not Allow Custom File Name
Additional query words:
Keywords : kbinterop IntpWeb
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: August 5, 1999