Hi Susan,
You can force column headings easily. Go into design mode of your crosstab query, bring up eth properties box, then add "Channel1","Channel2","Cha
Re the "forced join", I need more info on the structure of your two tables and your crosstab query to provide assistance.
I usually create a query to join my tables together then use the query as the source data for my crosstab query. While this adds an additional step, I often find it easier to ensure the data I want to create the crosstab on is set up correctly first.
Kev
Main Topics
Browse All Topics





by: tigin44Posted on 2009-10-14 at 02:32:41ID: 25568540
Creates a crosstab query (crosstab query: A query that calculates a sum, average, count, or other type of total on records, and then groups the result by two types of information: one down the left side of the datasheet and the other across the top.).
Syntax
TRANSFORM aggfunction
selectstatement
PIVOT pivotfield [IN (value1[, value2[, ...]])]