First of all, I would like to ask this. Is it posible to get a SetTempVar to export entries from a form into a table? And second, would the table self-delete when I use the RemoveTempVar command or would the table remain? What I basically want to...
First of all, I would like to ask this. Is it posible to get a SetTempVar to export entries from a form into a table? And second, would the table self-delete when I use the RemoveTempVar command or would the table remain?
What I basically want to do is create a macro which, when active, will export selected entries from a form to a temporary table (with a default name if possible), so that another macro can then execute a print request for a report consisting of the data. After the printing is done, the final stage of the macro will remove the temporary table (I guess using a RemoveTempVar).
Any ideas?
All input is appreciated!