crosstabe question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there a way to take a crosstab query and make a new table out of it?
normally you can take a select query and do a make table. but can you take
a crosstab and do this?
 
Sure. Save the crosstab query. Next create a Select query based on the
crosstab. Run it to make sure that the data looks right. Convert this new
query to a Make Table and run it.
 
Back
Top