History  | 
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 
 | ||