save crosstab query result

O

Ofer

Make the crosstab query into make table query, when you run it, it will
create a new table with the records.
If you need that query as select query because you using it somewhere else,
then create anothe query, select the crosstab query into it, and make that
query into create table query.
 
B

Bharat

Many Thanks

It worked as you said by creating the crosstab query and then subsequently
adding it within my table query
 
Top