Crosstab Qry to ADP

  • Thread starter Thread starter Ruben
  • Start date Start date
Hi,

Directly, you cannot.

With Access 2002 or 2003, you can use a Pivot Table.

You can use a : SELECT SUM(CASE( f1=pivot1, value1, 0)) AS pivot1,
SUM(CASE( ... ad nauseam. That assumes you already know all the pivot
values.

You can use RAC (not free, see
http://www.angelfire.com/ny4/rac/racv150.htm, but there is more recent, I
think)

You can use heterogeneous processing, if the sys admin allows it. Add a
mdb as a linked server that will that will execute and return the result of
the crosstab. Edit the mdb to, itself, have linked table to the original MS
SQL Server (and sure, must have the crosstab pre defined, in the mdb).



Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top