I am required to replace the current data supplied to a pivot table and replace it with a disconnected recordset. The recordset is created from a virtual table to which I have added data from 2 sources, a SQL table and an Access table, I can save the recordset to disk and open it and populate a pivot table in a simple test sheet, but attempting to change the Pivot Cache on the live sheet and point it to the disconnected recordset gives the error
1004 The connection for this PivotTable has been deleted.
which is correct, as I was told to delete the inital connection, the problems I now have is, if my recordset is disconnected and is a 'merged recordset' created from 2 SQL sources, why do I need a connection, and if I do, what one do I pick? The SQL server or the Access ?
TIA
1004 The connection for this PivotTable has been deleted.
which is correct, as I was told to delete the inital connection, the problems I now have is, if my recordset is disconnected and is a 'merged recordset' created from 2 SQL sources, why do I need a connection, and if I do, what one do I pick? The SQL server or the Access ?
TIA