Small company logo:
   History
 
Advertising banner:
 
 Unload
Home • Help • Customization Tools • FCAS • Language Reference • Unload
 
Purpose
Closes and unloads a form.
Upon closing, the form runs its Unload event procedure and shuts down the open tables in its data environment.
Syntax
Unload FormName
Example
Sub Click()
        Unload MyForm
End Sub