ACC97: DOC: Unload Statement Does Not Apply to Microsoft Access (168317)



The information in this article applies to:

  • Microsoft Access 97

This article was previously published under Q168317
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.

Modification Type:MinorLast Reviewed:10/11/2006
Keywords:kbProgramming KB168317