Creating a line chart

L

Langton

Hi All,

I'm trying to create a line chart and am having some difficulties. I have
created a report that displays data from one table (one record per page). As
an example, the first page shows:

TITLE - Record Number 1

2000 Actual - (Value)
2001 Actual - (Value)
2002 Actual - (Value)
2003 Actual - (Value)
2004 Actual - (Value)
2005 Budget - (Value)

Where (value) is a numeric currency anywhere from $0 to $10,000,000.
Each one of the above values is a field stored in a single table.

I would like to create a line chart below these values that contains a
visual representation of the same data, but am having a lot of difficulty
doing so. My chart displays nothing. Any help appreciated.
 
Top