Crosstab query

  • Thread starter Thread starter jeanulrich00
  • Start date Start date
J

jeanulrich00

Hi

Is it possible to create a table from a crosstab query ?

The crosstab query was made with SQL code and cannot be represented in
design view (only SQL view)

If the answer is yes, what approach should I use or what is the code
to do what I want

Thanks a lot to help me
 
Hi

Is it possible to create a table from a crosstab query ?

The crosstab query was made with SQL code and cannot be represented in
design view (only SQL view)

If the answer is yes, what approach should I use or what is the code
to do what I want

Thanks a lot to help me

Create a new MakeTable query, and base it on the stored Crosstab query
(instead of basing it on some table).

John W. Vinson [MVP]
 
Back
Top