Dynamic Crosstab Query

E

Eric Chajmovic

Hello

Is there a way of making a table out of a crosstab query - such as using the INTO tblTABLENAME command?
 
D

Duane Hookom

Sure, create a make table query that has a source of your crosstab query.

--
Duane Hookom
Microsoft Access MVP
Please direct any questions to News Groups


Eric Chajmovic said:
Hello,

Is there a way of making a table out of a crosstab query - such as using
the INTO tblTABLENAME command?
 
Top