home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / wtest / micrsoft / internet / office / access / ia95.exe / IA951.cab / readme.txt < prev    next >
Encoding:
Text File  |  1996-04-10  |  6.7 KB  |  121 lines

  1. ------------------------------------------------------------------------
  2. Internet Assistant for Microsoft(R) Access for Windows(R) 95 Readme File
  3.                     April 1996
  4. ------------------------------------------------------------------------
  5.         (c) 1996 Microsoft Corporation. All rights reserved. 
  6.  
  7. This document provides complementary or late-breaking information that supplements the Microsoft Access for Windows 95 documentation.
  8.  
  9.  
  10. HOW TO USE THIS DOCUMENT
  11. ------------------------
  12.  
  13. To view the Readme file on screen in Windows Wordpad, maximize 
  14. the Wordpad window. To wrap the text, click Options on the View 
  15. menu, click the Text tab, and then click Wrap To Ruler.
  16.  
  17. To print the Readme file, open it in Windows Wordpad, Windows Write, 
  18. Microsoft Word, or another word processor. Then select the entire 
  19. document and format the text in 10-point Courier before printing.
  20.  
  21.  
  22. CONTENTS
  23. --------
  24. Starting Internet Assistant
  25. About the HTML Documents Internet Assistant Creates
  26. Creating and Using Templates
  27. Using the OutputTo Action
  28. Troubleshooting 
  29.  
  30.  
  31. STARTING INTERNET ASSISTANT
  32. ---------------------------
  33.  
  34. 1  Open your Microsoft Access database.
  35. 2  On the Tools menu, point to Add-ins, and then click Internet Assistant.
  36. 3  Follow the instructions in the Internet Assistant dialog boxes.
  37.  
  38. You can select one or more tables, queries, forms, and reports. You can also choose a template, which Internet Assistant applies to all the .htm files it creates from the database objects you selected. For more information about templates, see "Creating and Using Templates" later in this document.
  39.  
  40.  
  41. ABOUT THE HTML DOCUMENTS INTERNET ASSISTANT CREATES
  42. ---------------------------------------------------
  43.  
  44. Internet Assistant outputs the datasheet of a table, query, or form as one Hypertext Markup Language (HTML) document. If your datasheet has many records, it might be better to create several queries that divide the records into smaller groups. You can then add hyperlinks to navigate between the documents. (The maximum number of records that Microsoft Access can output from a datasheet is approximately 65,000.)
  45.  
  46. For the most control over the presentation of your data, create a report. For multiple-page reports, Internet Assistant outputs each page as a separate HTML document with hyperlinks to the other pages in the report. 
  47.  
  48. Internet Assistant outputs the data from your datasheets and reports but does not output graphical elements such as lines, control borders, and objects created with another application, such as background pictures, bitmaps, graphs, and Microsoft Excel PivotTables. You can add graphical elements and other objects either to the template or to the HTML document created by Internet Assistant.
  49.  
  50.  
  51. CREATING AND USING TEMPLATES
  52. ----------------------------
  53.  
  54. To create attractive documents, you can use the templates included with Internet Assistant or create your own using any HTML editor, such as Word Internet Assistant or Front Page. 
  55.  
  56. There are two versions of each template included with Internet Assistant. One version is for datasheets and the other is for reports; for example, stones.htm and stones_r.htm. The suffix _r indicates a report template, which includes placeholders for navigating between the pages of the report. When you output datasheets and reports during the same session with Internet Assistant, select the template for datasheets. Internet Assistant automatically applies the report template to any reports you selected as long as it has the same name as the template for datasheets and has the _r suffix. 
  57.  
  58. You can use any .htm file as a template. The template can include items such as a background pattern, logo, graphics, and text. For the best results, you should also include the placeholders identified in the following paragraphs. Internet Assistant uses these placeholders to correctly place the output from your database objects in the HTML document and link the pages of multiple-page reports. You should create two templates with the same name. Make sure the template for reports has the navigation placeholders and includes the suffix _r in its name.
  59.  
  60. Internet Assistant replaces the following placeholder with the name of the database object: 
  61.  
  62.     <!ACCESSTEMPLATE_TITLE>
  63.  
  64. If you omit this placeholder, Internet Assistant uses the name of the .htm file as the title.
  65.  
  66. Internet Assistant replaces the following placeholder with the output from your datasheet or report:
  67.  
  68.     <!ACCESSTEMPLATE_BODY>
  69.  
  70. If you omit this placeholder, Internet Assistant replaces anything you have in the <BODY> element with the datasheet or report output.
  71.  
  72. Internet Assistant uses the following navigation placeholders to link the .htm files created from a multiple-page report:
  73.  
  74.     <A HREF="<!AccessTemplate_FirstPage>">First</A>
  75.     <A HREF="<!AccessTemplate_PreviousPage>">Previous</A>
  76.     <A HREF="<!AccessTemplate_NextPage>">Next</A>
  77.     <A HREF="<!AccessTemplate_LastPage>">Last</A>
  78.  
  79. If you omit these placeholders, the .htm files created from your report won't be linked.
  80.  
  81. The following sample shows where to position the placeholders in a template used for reports. (For a template used for datasheets, you can omit the navigation placeholders).
  82.  
  83. <HTML>
  84.  
  85. <TITLE><!ACCESSTEMPLATE_TITLE></TITLE>
  86.  
  87. <BODY>
  88. Text or graphics you want to appear before the data.
  89. <BR><BR>
  90. <!ACCESSTEMPLATE_BODY>
  91. <BR>
  92. Text or graphics you want to appear after the data.
  93. <BR><BR>
  94. <A HREF="<!AccessTemplate_FirstPage>">First</A>
  95. <A HREF="<!AccessTemplate_PreviousPage>">Previous</A>
  96. <A HREF="<!AccessTemplate_NextPage>">Next</A>
  97. <A HREF="<!AccessTemplate_LastPage>">Last</A>
  98.  
  99. </BODY>
  100.  
  101. </HTML>
  102.  
  103.  
  104. USING THE OUTPUTTO ACTION
  105. -------------------------
  106.  
  107. The Setup program adds HTML (*.htm) as an option for the Output Format argument of the OutputTo macro action. You can't specify a template when you output a database object using the OutputTo action. However, you can use any HTML editor to modify the file.
  108.  
  109.  
  110. TROUBLESHOOTING
  111. ---------------
  112.  
  113. If Internet Assistant is unable to output a database object, it could be because:
  114. *  You don't have the necessary permissions for the object or for the underlying table or query of the object. 
  115. *  You don't have permission to create files in the destination folder or there isn't enough disk space in the destination folder.
  116. *  If the object you are attempting to output is a linked table or gets its data from a linked table, the path to the linked table might be invalid.
  117.  
  118. If extended characters aren't output correctly in the HTML document, you are probably using a non-English version of Windows 95 and an English version of Microsoft Access. To output all characters correctly, change the font used in the datasheet, form, or report to MS Sans Serif.
  119.  
  120.  
  121.