Linking crosstab query from Access
Hi,
I don't know if it is intentional, but there is an alternative way of doing
what you want.
You can use ADO to directly query the MS Access tables into an ADO
Recordset, then dump the data into the worksheet in one step using the
CopyFromrecordset method ...
HTH
Philip
"Sebastian" wrote:
Within Excel I can import regular queries from Access "Data-From Access" but
crosstab queries are not in a list of available queries.
Is this intentional ?
Sebastian
BTW:
Both Access and Excel are 2007
|