Cross Tab on Queries???

  • Thread starter BusyProfessorFromBremen
  • Start date
B

BusyProfessorFromBremen

Dear Everybody,

I experinece dificulties by applying a crosstab function on a query. Once I
've copied the content into another table I can handle a Cross Tab function
but on the other hand the linkage to its source got lost.

Hence it would either be ideal if I could attach the content of the query to
a linked table or by modifying the statement running it on the query itself.

State of the art:

Tranform First(table1.[Field1]) as TheValue
Select [ID]
From Table1
Pivot ("Field1") & RANK;

Translated error message:

The Microsoft Office Access Database modul can neither identify
'table1.field1' as a field entry nor as an expression.

Any support is greatly appreciated.

Tank you very much in advance!

malte
 

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

Top