Exporting Data from a Crosstab Query to an Access Table

J

Jim Pockmire

There are probably several ways to do this, including using pivot tables. Is
there a simple way to create an Access table from a crosstab query?
 
M

MGFoster

Jim said:
There are probably several ways to do this, including using pivot tables. Is
there a simple way to create an Access table from a crosstab query?

Use the cross-tab query as the data source for a make table query.
 
Top