ACC97: IsObject Function Help Topic Cites Incorrect FunctionLast reviewed: October 31, 1997Article ID: Q176024 |
The information in this article applies to:
SUMMARYModerate: 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 INFORMATIONYou 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |