Chart based on query

P

Prem Kumar

I have created a query in MS- Access 2003 and I would like to create a line
graph that takes the values from the query and builds a graph automaticall
instead of me going and changing the values manually every time.

Can some one let me know if this is possible?
 
R

Rick Brandt

Prem said:
I have created a query in MS- Access 2003 and I would like to create
a line graph that takes the values from the query and builds a graph
automaticall instead of me going and changing the values manually
every time.

Can some one let me know if this is possible?

Pretty much how charts work in Access. They'd be pretty useless if the
value had to be entered manually. A chart has a RowSource property. That
would be set to your query.
 
P

Prem Kumar

Rick

Thx for your help... Its working...

Is it possible to import the chart to MS-Excel?
 
Top