Query results into a graph

  • Thread starter chris0309 via AccessMonster.com
  • Start date
C

chris0309 via AccessMonster.com

Iv created a query that searches for specific data. I would like a button
when clicked turns the filtered data into a graph. Is it possible and how
can I carry this out?

Thanks in advance.

Chris
 
D

Duane Hookom

You can add a graph to a form or report that uses the query as its Row
Source. Once you have the graph created, use a command button to open the
form or report.
 
Top