ACC97: IsObject Function Help Topic Cites Incorrect Function

Last reviewed: October 31, 1997
Article ID: Q176024
The information in this article applies to:
  • Microsoft Access 97

SUMMARY

Moderate: Requires basic macro, coding, and interoperability skills.

The Microsoft Access 97 "IsObject Function" Help Topic contains the following sentence:

   You can use the IsNothing function to determine if an object
   reference has been set to Nothing.

This is incorrect. There is no IsNothing function in Microsoft Access.

MORE INFORMATION

You can use one of the following functions to evaluate an object in Microsoft Access:

   - IsNull - Returns a Boolean value that indicates whether an expression
              contains no valid data (Null).

   - IsEmpty - Returns a Boolean value indicating whether a variable has
               been initialized.

   - IsMissing - Returns a Boolean value indicating whether an optional
                 Variant argument has been passed to a procedure.

   - IsBroken -  The IsBroken property returns a Boolean value indicating
                 whether a Reference object points to a valid reference in
                 the Windows Registry.


Additional query words: KbDSI VBA Language Reference 7.00 inf
Keywords : PgmObj
Version : WINDOWS:97
Platform : WINDOWS
Hardware : x86
Issue type : kbdocerr
Solution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 31, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.