P
pietlinden
I'm basically opening recordsets and stuffing them into Word with the
code from Developer's Handbook. Everything works fine except when ADO
meets a crosstab query. One way that works (although it's ugly) is to
append the result of the Crosstab to an empty table, and then open
another ADO recordset off the table and then send that to Word.
Seems like it should be easier, but DAO does not have a GetString
method. Is this the easiest way to do it, or am I just making a lot
of work for myself? Is there a way of using GetRows and returning a
delimited string the way GetString does? The temp tables are messy,
but perhaps my only option.
Any thoughts?
Thanks!
Pieter
code from Developer's Handbook. Everything works fine except when ADO
meets a crosstab query. One way that works (although it's ugly) is to
append the result of the Crosstab to an empty table, and then open
another ADO recordset off the table and then send that to Word.
Seems like it should be easier, but DAO does not have a GetString
method. Is this the easiest way to do it, or am I just making a lot
of work for myself? Is there a way of using GetRows and returning a
delimited string the way GetString does? The temp tables are messy,
but perhaps my only option.
Any thoughts?
Thanks!
Pieter