======================================================================
  Microsoft(R) Product Support Services Application Note (Text File)
         WX0928: MICROSOFT ACCESS(R) KNOWLEDGE BASE HELP FILE
======================================================================
                                                  Revision Date: 10/93
                                                      2 Disks Included

The following information applies to Microsoft Access, versions 1.0,
and 1.1.

-----------------------------------------------------------------------
| INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY     |
| ACCOMPANY THIS DOCUMENT (collectively referred to as an Application |
| Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER      |
| EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED      |
| WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR       |
| PURPOSE. The user assumes the entire risk as to the accuracy and    |
| the use of this Application Note. This Application Note may be      |
| copied and distributed subject to the following conditions:  1) All |
| text must be copied without modification and all pages must be      |
| included;  2) If software is included, all files on the disk(s)     |
| must be copied without modification (the MS-DOS(R)  utility         |
| diskcopy is appropriate for this purpose);  3) All components of    |
| this Application Note must be distributed together;  and  4) This   |
| Application Note may not be distributed for profit.                 |
|                                                                     |
| Copyright (C) 1993 Microsoft Corporation.  All Rights Reserved.     |
| Microsoft, Microsoft Access, and MS-DOS are registered trademarks   |
| and Windows is a trademark of Microsoft Corporation.                |
| CompuServe is a registered trademark of CompuServe, Inc.            |
| GEnie is a trademark of General Electric Corporation.               |
|---------------------------------------------------------------------|
                                   
                                   
INTRODUCTION
============

The disks provided with this Application Note contain ACC-KB.HLP, the
Microsoft Access Knowledge Base Help file. This Help file contains
several hundred technical articles written by Microsoft Product
Support Services (PSS) Support Engineers and Knowledge Base writers.
These articles contain helpful tips, programming examples (article
titles with the "INF" prefix), known problems in Microsoft Access
(article titles with "PRB" or "PRACC" prefixes), additional
references, question & answer scripts from the Microsoft Access
FastTips service, and recent product information not addressed in the
user documentation.

To search for articles containing a specific word or text string, give
the KB Help window the focus and click the Find button on the toolbar.

You can always find the latest articles online on CompuServe and
GEnie. Information about how to access these electronic services is
located in the CompuServe Help topic on the first screen of the ACC-
KB.HLP file.

To install the ACC-KB.HLP file
------------------------------

1. Insert Disk 1 in your floppy disk drive.

2. At the MS-DOS command prompt, type the following and press ENTER

      xcopy <drive>:*.* <destination>

   where <drive> is the floppy disk drive containing Disk 1 and
   <destination> is the drive and directory in which you want to
   install the Help file. For example, if you want to copy the files
   from drive A to the ACCESS directory on drive C, type:

      xcopy a:*.* c:\access\*.*

   When the files are successfully copied, the following message is
   displayed:
   
      2 file(s) copied.

    CAUTION: Copying files in this manner overwrites any existing
    files with the names BUILD.BAT and DISK1.DAT.

3. To copy the DISK2.DAT file to the same destination, repeat steps 1
   and 2 on the previous page for Disk 2.

4. Change the directory name to the destination directory as follows:

      cd <drive>:\<destination>

   For example, type:

      cd c:\access

5. At the MS-DOS prompt, type BUILD and press ENTER.  The following
   files will be expanded:

      ACC-KB.HLP
      ACC-KB.IND
      FTENGINE.DLL
      FTUI.DLL
      MVAPI.DLL

6. Create a Windows icon for the ACC-KB.HLP file as follows:

   a. In Windows, choose the program group in which you want the icon
      to appear (typically the Microsoft Access program group).
   
   b. In Windows Program Manager, choose New from the File menu.
   
   c. In the New Program Object box, choose Program Item.
   
   d. Add the following arguments in the Program Item Properties box

         Description: Access KB
         Command Line: WINHELP.EXE <path>\ACC-KB.HLP
         Working Directory: <path>
   
      where <path> is the name of the path in which you placed the
      Microsoft Access Knowledge Base Help file.  If you do not
      specify the working directory, you will receive the error
      message "Routine not found."
      
   An icon will appear in the program group you have specified. Double-
   click the icon to open the Help file.

    NOTE: The ACC-KB.HLP file requires the WINHELP.EXE file to run. The
    WINHELP.EXE file comes with Microsoft Windows and is originally
    installed in your WINDOWS subdirectory. If it is missing from your
    system, you can restore it from your original Microsoft Windows
    disks.