C
cooke.christopher
I have three tables that this report concerns:
1. JudgeData
2. NomineeData
3. Assignments
The Assignments table is the focus of the report. Each entry contains
one JudgeID and one NomineeID, but no judge has the same nominee
twice, but each nominee has multiple judges.
I am creating a report that mimics a spreadsheet. Each line shows the
NomineeID and related information pulled from the NomineeData table.
The complex part is to have each of the related judges displayed
laterally, not vertically as is way a standard details section/
subreport would work. I want this to be expandable, but in reality no
nominee has more than 5 judges. The "spreadsheet" fields would look
like:
NomineeID NomName Affiliation Judge1 Judge2 Judge3 Judge4
Judge5
I have tried to create a query (crosstab and select) that will
assemble the data appropriately, and that has failed. I can easily
crate the report using sections/subreports but of course the data is
not displayed how i would like.
My ideas are:
-have the sub report populate left to right (how?)
-Have a query build the data correctly and then make a simple report.
Any ideas?
1. JudgeData
2. NomineeData
3. Assignments
The Assignments table is the focus of the report. Each entry contains
one JudgeID and one NomineeID, but no judge has the same nominee
twice, but each nominee has multiple judges.
I am creating a report that mimics a spreadsheet. Each line shows the
NomineeID and related information pulled from the NomineeData table.
The complex part is to have each of the related judges displayed
laterally, not vertically as is way a standard details section/
subreport would work. I want this to be expandable, but in reality no
nominee has more than 5 judges. The "spreadsheet" fields would look
like:
NomineeID NomName Affiliation Judge1 Judge2 Judge3 Judge4
Judge5
I have tried to create a query (crosstab and select) that will
assemble the data appropriately, and that has failed. I can easily
crate the report using sections/subreports but of course the data is
not displayed how i would like.
My ideas are:
-have the sub report populate left to right (how?)
-Have a query build the data correctly and then make a simple report.
Any ideas?