Topic: Access 2.0 Visual Basic Reserved Error DLL
Created Date 9/8/94 with Microsoft Visual C++ MFC ver. 1.5

Name: A20ERR.DLL

Function: Displays the reserved error messages associated with use of the
          Microsoft Access 2.0 jet engine. The messages displayed were taken
          from a Microsoft download of these codes and placed into a DLL.

Visual Basic Delclaration:
Declare function errmsg Lib "A20ERR.DLL" (errno as integer, style as integer, title as string) as integer

Parameters:
        errno = absolute value of Access 2.0 reserved error code. This can be
                extracted from the Error$ function by first trapping Err 3000
                which are user defined and reserved error codes.

        style = permits user to customize the type of dialog box displayed. For
                eg. MB_OK+MB_ICONINFORMATION etc. The value returned by the
                errmsg function will be determined by the button selected.

        title = The caption to appear atop the dialog box. Limited to 50 charac-
                ters in length.


Fees:
        This DLL is provided free of charge by the programmer. You are permitted 
        to make as many copies of it as desirable and distribute to friends or 
        other VB users or user groups. Contributions to a non-profit and 100 % tax 
        deductable foundation listed below would be appreciated. The programmer is 
        a board member of the foundation and as all board members receive no 
        remuneration if any form for their participation in this worth while endeavor. 
        
        The foundation is used to assist parents of diabetic patients in defraying 
        diabetic enducational and equipment expenses. In addition some
        contributions are made to local and national diabetic associations. If 
        contributions are  made, the foundation asks that they be in denominations 
        of &5 dollars or more. Thank You for any support. Good luck with VB.

        Make any contributions payable to:

                        Lynne F. Solon Foundation
                        P.O. Box 99
                        Edwardsville, IL.  62025
