i want to draw a graph with axis as table fields

R

ravindar thati

i have a table with two fields.
i want to draw a graph with one field values as x- axis and other
field as values
i.e

i have this table with fields
year value
____ _______
2000 6756
2001 8765
 
R

ravindar thati

i have a table with two fields.
i want to draw a graph with one field values as x- axis and other
field as values
i.e

i have this table with fields
year value
____ _______
2000 6756
2001 8765

sorry i mistyped in the above post
have a table with two fields.
i want to draw a graph with one field values as x- axis and other
field value as y- axis
i.e

i have this table with fields
year value
____ _______
2000 6756
2001 8765
2002 2456
......
......
.....
...

2010 5676


how can i do this?
can any body help me out.
 
Top