I am wanting to create a form that tracks, in crosstab-type layout, counts of phone, magazine, and card responses to specific marketing Ads. I want each to be broken out by month, <br>
<br>
Verticle by Magazine, Horizontal by Month with the intersections being three totals, one for each media type<br>
<br>
and so forth on each new magazine<br>
<br>
Already created are three seperate crosstab queries (made by the wizard) that will track each response media. Each of these tables track total counts by three-letter month format across the top of the table. I have three seperate reports for each media that looks like the above, but I want to combine all three to show the above chart setup. I created a combined query of all the values in each of the three crosstab queries and tried to create a "master form" against that "master query", but I keep getting the message "The specific field 'Jan' could refer to more than one table listed in the FROM clause of your SQL statement>" I assume this is because each of the individual crosstab queries each contains the same name of three-character month names and SQL can't deal with it??? Is there a way around this? Or, is there a way to make a crosstab query which will Count the intersection of the rows on three different fiels, so I would have three totals in each intersection cell??<br>
<br>
Thanks Much!
<br>
Verticle by Magazine, Horizontal by Month with the intersections being three totals, one for each media type<br>
<br>
and so forth on each new magazine<br>
<br>
Already created are three seperate crosstab queries (made by the wizard) that will track each response media. Each of these tables track total counts by three-letter month format across the top of the table. I have three seperate reports for each media that looks like the above, but I want to combine all three to show the above chart setup. I created a combined query of all the values in each of the three crosstab queries and tried to create a "master form" against that "master query", but I keep getting the message "The specific field 'Jan' could refer to more than one table listed in the FROM clause of your SQL statement>" I assume this is because each of the individual crosstab queries each contains the same name of three-character month names and SQL can't deal with it??? Is there a way around this? Or, is there a way to make a crosstab query which will Count the intersection of the rows on three different fiels, so I would have three totals in each intersection cell??<br>
<br>
Thanks Much!