DinosBarandGrill
MIS
Hi forum!
I have a working stored procedure that concatinates records from a number of tables via UNION.
I now need to create a new table (through code) using the results of this SP and have discovered that using "select * into <newtable> from <sourcerecordset>" does not work if the <sourcerecordset> is a storedprocedure but it does work if the <sourcerecordset> is a table.
I've searched everywhere (I think) and I'm stuck.
Thanks in anticipation...
Dino
I have a working stored procedure that concatinates records from a number of tables via UNION.
I now need to create a new table (through code) using the results of this SP and have discovered that using "select * into <newtable> from <sourcerecordset>" does not work if the <sourcerecordset> is a storedprocedure but it does work if the <sourcerecordset> is a table.
I've searched everywhere (I think) and I'm stuck.
Thanks in anticipation...
Dino