Dear All!
I have a query that holds test results for my students; each test is either a listening-test, reading-test, speaking-test or writing-test. All results are in % and already calculated by the query using the expression
Percentage: Results!Score*1 00/Assignments![out of]
I'd like to convert these results into a simple [:):):)] bar chart and I'd like to add this chart to each student's report card, which is essentially a simple Access-Report.
The query I want to use for the graph has these fields:
Students.StudentID: to link the graph to the student's report card
Subjects&Years.SubjectyearID: to identify the class the student is in; I might teach the same student in two different classes;this field serves as a further link between graph and studentreport card
Assignments.Skill_Area: to identify the type of test, i.e. reading/writing/listening/speaking
AssignmentDistr ibution.AssignmentDistr ibutionDate: simply holds the date the test was administered
AssignmentDistr ibution.Type: to identify an assignment as a test, rather than a homework or some other assignment.
Unfortunately, I'm not yet good enough to tell the graph/chart-wizzard that it needn't summarise or format the data in any way, i just want it to show it in a simple bar graph, where
I've searched my trusty O'Reilly - Access Cookbook, my Access-4-Dummies but can't seem to find anything that helps me get this kind of graph done.
Is it possible?
I have a query that holds test results for my students; each test is either a listening-test, reading-test, speaking-test or writing-test. All results are in % and already calculated by the query using the expression
Percentage: Results!Score*1 00/Assignments![out of]
I'd like to convert these results into a simple [:):):)] bar chart and I'd like to add this chart to each student's report card, which is essentially a simple Access-Report.
The query I want to use for the graph has these fields:
Students.StudentID: to link the graph to the student's report card
Subjects&Years.SubjectyearID: to identify the class the student is in; I might teach the same student in two different classes;this field serves as a further link between graph and studentreport card
Assignments.Skill_Area: to identify the type of test, i.e. reading/writing/listening/speaking
AssignmentDistr ibution.AssignmentDistr ibutionDate: simply holds the date the test was administered
AssignmentDistr ibution.Type: to identify an assignment as a test, rather than a homework or some other assignment.
Unfortunately, I'm not yet good enough to tell the graph/chart-wizzard that it needn't summarise or format the data in any way, i just want it to show it in a simple bar graph, where
- the value-axis on the left shows the values 0%,25%;50%,75%, 100% - this would be the same for each and every graph
- the category -axis at the bottom shows the assignment_dist ribution_dates, from left to right - this would also be the same for every graph
- and the bars would represent the skill-areas - each graph would have the same number of bars but showing different test-results, using the %-values from the underlying query -
I've searched my trusty O'Reilly - Access Cookbook, my Access-4-Dummies but can't seem to find anything that helps me get this kind of graph done.
Is it possible?
Comment