I have had a look through the forums and found some useful stuff on data shapeing (Hierarchical Rowsets) and have got SHAPE working with the first part of shape using a stored proc and the second using direct sql statements SHAPE { storedproc call} APPEND ({select this from tablename} AS columnName RELATE this TO that)has anyone got SHAPE to work with BOTH elements being stored proc calls SHAPE { storedproc1 } APPEND ({ storedproc2 } AS columnName RELATE this TO that)I realise this is more an oledb/data provider question, but I live in hope (got to, I go scuba diving
)