The close table statement closes a specified table.
close table table_name
• table_name – The name of the table to be closed.
Closing tables with large table buffers can make a form with many tables operate more efficiently. Tables are automatically opened when data is retrieved from them. Under ordinary conditions you won’t have to close any tables.