ACC97: DOC: Unload Statement Does Not Apply to Microsoft Access

ID: Q168317


The information in this article applies to:

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


SUMMARY

The "Unload Statement" Help topic included in the Microsoft Access 97 Help system does not apply to procedures that you create in Microsoft Access. Rather, it applies to procedures written in Microsoft Visual Basic version 5.0.


MORE INFORMATION

The "Unload Statement" Help topic reads as follows:

Removes an object from memory.

Syntax

Unload object

The required object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

When an object is unloaded, it's removed from memory and all memory associated with the object is reclaimed. Until it is placed in memory again using the Load statement, a user can't interact with an object, and the object can't be manipulated programmatically.
This information does not apply to Microsoft Access.

Additional query words:


Keywords          : kbprg 
Version           : WINDOWS:97
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: August 5, 1999