Close a database
Description
This command allows you to close a database in AccuZIP6. This command is useful when you want to add a close event in a script. Simply create this close command and give the command a name, then add this command to your script whenever you'd like to close a specific database.
The Command
USE IN IIF(USED("Demo_file"),SELECT("Demo_file"),0)
In this command, Demo_file represents the name of the database you'd like to close.
Clicking Run closes the database.