capdownlondon
Registered User.
- Local time
- Today, 23:36
- Joined
- Mar 18, 2007
- Messages
- 52
ok, basically i work in a special school for kids with behavioural difficulties.
we have a system where the kids get "red cards" if they behave badly. they get different types of red cards depending on what the behaviour is, and these are recorded dailly and repressented by codes (representing what the card was given for).
anyhow, i havea query that counts these cards, so that i can display tem on a graph.
and what i want to do, but so far cannot figure out how, is to put this graph in a form and select the child from the combo box, and it will display their graph.
the problem is i cannot do this the same way as if i was working with a subform etc, because the graph control does not seem to be able to take master/child linked fields.
this is what the graphshould look like:
to generate this i have simply gone into the query and put the criteria for name of the child as "john", so this is showing john's graph.
but what i need is to be able to hange this query the graph is based on fom a combo box.
please can anyone help???
thanks
Adam
we have a system where the kids get "red cards" if they behave badly. they get different types of red cards depending on what the behaviour is, and these are recorded dailly and repressented by codes (representing what the card was given for).
anyhow, i havea query that counts these cards, so that i can display tem on a graph.
and what i want to do, but so far cannot figure out how, is to put this graph in a form and select the child from the combo box, and it will display their graph.
the problem is i cannot do this the same way as if i was working with a subform etc, because the graph control does not seem to be able to take master/child linked fields.
this is what the graphshould look like:
to generate this i have simply gone into the query and put the criteria for name of the child as "john", so this is showing john's graph.
but what i need is to be able to hange this query the graph is based on fom a combo box.
please can anyone help???
thanks
Adam