Advertising banner:

History
 
 Unload
Home • Help • A0 • Customization Tools • FCAS • Language Reference • Unload
 
Unload (BASIC command)
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