Selecting from the temp table didn't work?
Also, as you are using a temporary table, there is no need to change its
name with SPID: temporary table are unique to each connection; with the
exception of global temporary tables (those with two ## instead of a single
#).

Signature
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF
> Is it possible to base a report on a temp table created in SQL during the
> session?
[quoted text clipped - 4 lines]
>
> Thanks