Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cross-tab query as a sub-query? 1

Status
Not open for further replies.

FinalPrime

Technical User
Jul 28, 2003
50
US
From MS 2000 Access help screens, ya can't use a cross-tab query as a sub-query. Can you do it with SQL Server?
 
Yes, you shouldn't have any problems in SQL doing that. Keep in mind that SQL doesn't have a crosstab command like access does. To get SQL to do a crosstab query, you have to write it out by hand.

Denny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top