Changing the form's table

In the SQL section of the configuration of a form there is “Variable for table” option and literally the instruction read:

[INDENT]“Variable name used for replacing the table name. Please indicate the name of the table that will be replaced by the variable value.”[/INDENT]

I have not found examples and the manual is not very clear in this regard. The attempts I’ve tried have not worked.

Ultimately what I want to do is:
[INDENT][LIST=1]

  • Create a temporary table based through the "like" command in another table (This is working properly).
  • Then I invoke a form where by the "Variable for table" I tells it that operate on the temporary table that i just has created

    [/LIST]
    [/INDENT]

    Is this possible?