I have inherited a report that is based on field defs. I need to enter some sample data in the graph so that I may run the graph and format it. We would like that each line on the graph have it's own points. For example:
1st year point is a circle
2nd year point is a star
3rd year point is a triangle
It works now for 4 years but when a 5th year is added to the data it uses the same point as the 4th year.
Also here are the field defs:
; Field definition file for table: ADORecordset
Description string 100 string sample value
jobtype long 1
sls_year long 2000
period long 1
Avg_Wk_Sales long 1
Any suggestions are welcomed.
Thanks
TJ
1st year point is a circle
2nd year point is a star
3rd year point is a triangle
It works now for 4 years but when a 5th year is added to the data it uses the same point as the 4th year.
Also here are the field defs:
; Field definition file for table: ADORecordset
Description string 100 string sample value
jobtype long 1
sls_year long 2000
period long 1
Avg_Wk_Sales long 1
Any suggestions are welcomed.
Thanks
TJ