Graphs?

  • Thread starter Thread starter nathan sanders
  • Start date Start date
N

nathan sanders

Hi,

I want to create a form which displays a graph based on a query and have
button(s) which alter the underlying query.

Can someone point me in the direction of some useful info on this topic
please.

Cheers
Nathan
 
Basically, a chart on a form is another form of a subform. It has a query
behind it, can be linked to the main form or unbound, and the query behind
it can be changed programatically.
Set up your queries, and apply them to the Rowsource property of the chart
via your buttons.
hth
Al Camp
 
Back
Top