home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / tutor / acc_kb.arj / README.TXT < prev   
Text File  |  1994-04-15  |  4KB  |  94 lines

  1. SUMMARY
  2. =======
  3.  
  4. The two self-extracting files for the Microsoft Access Knowledge 
  5. Base (KB) Help file are labeled ACC-KB.EXE and ACC-IN.EXE. 
  6. ACC-KB.EXE contains the entire knowledge base, while the optional 
  7. ACC-IN.EXE contains the index and DLL files needed for full-text search 
  8. throughout the KB Help file. This Help file contains over one thousand
  9. technical articles written by Microsoft Product Support Services (PSS) 
  10. Support Engineers and Knowledge Base writers.
  11.  
  12. The following information applies to Microsoft Access, versions 1.0, 1.1 
  13. and 2.0.
  14.  
  15. -----------------------------------------------------------------------
  16. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY     |
  17. | ACCOMPANY IT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,      |
  18. | EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE       |
  19. | IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A          |
  20. | PARTICULAR PURPOSE. The user assumes the entire risk as to the      |
  21. | accuracy and the use of these files. These files may be             |
  22. | copied and distributed subject to the following conditions:  1) All |
  23. | text must be copied without modification and all pages must be      |
  24. | included;  2) If software is included, all files on the disk(s)     |
  25. | must be copied without modification (the MS-DOS(R)  utility         |
  26. | diskcopy is appropriate for this purpose);  3) All components of    |
  27. | these files must be distributed together;  and  4) These files      |
  28. | may not be distributed for profit.                                  |
  29. |                                                                     |
  30. | Copyright (C) 1993 Microsoft Corporation.  All Rights Reserved.     |
  31. | Microsoft, Microsoft Access, and MS-DOS are registered trademarks   |
  32. | and Windows is a trademark of Microsoft Corporation.                |
  33. | CompuServe is a registered trademark of CompuServe, Inc.            |
  34. | GEnie is a trademark of General Electric Corporation.               |
  35. |---------------------------------------------------------------------|
  36.  
  37. INTRODUCTION
  38. ============
  39.  
  40. KB articles contain helpful tips and programming examples (article titles 
  41. with the "INF" prefix), known problems in Microsoft Access (article titles 
  42. with "PRB" or "PRA" prefixes), additional references, question and 
  43. answer scripts from the Microsoft Access FastTips service, and recent 
  44. product information not addressed in the user documentation.
  45.  
  46. To search for articles containing a specific word or text string, (if you 
  47. have the ACC-IN.EXE file) select the KB Help window and click the Full 
  48. Text Search button on the toolbar.
  49.  
  50. You can always find the latest articles online on CompuServe and Genie.  
  51. Information about how to access these electronic services is located in 
  52. the CompuServe Help topic on the first screen of the ACC-KB.HLP file.
  53.  
  54. After you copy the ACC-KB.EXE and optional ACC-IN.EXE files to a drive
  55. and directory on your hard disk, such as C:\ACCESS, run each file to expand
  56. it.  The following files should appear in the directory:
  57.  
  58.    ACC-KB.HLP
  59.    README.TXT
  60.    ACC-KB.IND
  61.    FTENGINE.DLL
  62.    FTUI.DLL
  63.    MVAPI.DLL
  64.  
  65. To create a Windows icon for the ACC-KB.HLP file, follow these steps:
  66.  
  67. a. In Windows, choose the program group in which you want the icon
  68.    to appear (typically the Microsoft Access program group).
  69.  
  70. b. In Windows Program Manager, choose New from the File menu.
  71.  
  72. c. In the New Program Object box, choose Program Item.
  73.  
  74. d. Add the following arguments in the Program Item Properties box
  75.  
  76.       Description: Access KB
  77.       Command Line: WINHELP.EXE <path>\ACC-KB.HLP
  78.       Working Directory: <path>
  79.  
  80.    where <path> is the name of the path in which you placed the
  81.    Microsoft Access Knowledge Base Help file. If you do not
  82.    specify the working directory, you will receive the error
  83.    message "Routine not found."
  84.  
  85.    An icon will appear in the program group you have specified.  Double-
  86.    click the icon to open the Help file.
  87.  
  88.    NOTE: The ACC-KB.HLP file requires the WINHELP.EXE file to run.  The
  89.    WINHELP.EXE file comes with Microsoft Windows and is originally
  90.    installed in your WINDOWS subdirectory. If it is missing from your
  91.    system, you can restore it from your original Microsoft Windows
  92.    disks.
  93.  
  94.