save crosstab query result

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Many Thanks

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