jatfill
Registered User.
- Local time
- Today, 16:20
- Joined
- Jun 4, 2001
- Messages
- 150
this is the error message I get:
"You can't use pass-through query or non-fixed-column crosstab query as a record source for a subform or report. - Before you bind the subform or subreport to a crosstab query, set the query's ColumnHeadings property."
Any help someone cn offer would be much appreciated... I created a crosstab query to pull the following:
TABLE data:
contactID I1
contactID A2
contactID B7
contactID C5
contactID D8
Crosstab results:
contactID I1 A2 B7 C5 D8
those values are being pulled from a session registration table, and I need them to appear exactly this way on a nametag at the bottom (I have limited room) The number of sessions is dynamic (for example, an "E" session may be added later, so I can't manually specify the column headings, don't even use the headings on the report, I just insert the values into a report... but I get the exact same error message when I try to attach it as a subform to the form with the contact name, etc. on it
Is this an impossibility? The only solution I can think of is creating a table based on the query results before the report is run, but that would really be a horrible nightmare to pull off. heeeelp!!
"You can't use pass-through query or non-fixed-column crosstab query as a record source for a subform or report. - Before you bind the subform or subreport to a crosstab query, set the query's ColumnHeadings property."
Any help someone cn offer would be much appreciated... I created a crosstab query to pull the following:
TABLE data:
contactID I1
contactID A2
contactID B7
contactID C5
contactID D8
Crosstab results:
contactID I1 A2 B7 C5 D8
those values are being pulled from a session registration table, and I need them to appear exactly this way on a nametag at the bottom (I have limited room) The number of sessions is dynamic (for example, an "E" session may be added later, so I can't manually specify the column headings, don't even use the headings on the report, I just insert the values into a report... but I get the exact same error message when I try to attach it as a subform to the form with the contact name, etc. on it
Is this an impossibility? The only solution I can think of is creating a table based on the query results before the report is run, but that would really be a horrible nightmare to pull off. heeeelp!!