• Actually, I create the linked tables on the fly.  The way I handle the temporary tables is to use ADO to call stored procedures and then I have a routine that will transfer the first table returned from a dataset into whatever table you specify (the field names have to match exactly).  Then I display the temp table in the FE.

    Not elegant, but it works.

    Richard