S
Steve Miller via AccessMonster.com
Hi everybody!
I'm kinda lost and need some help.
I have a form with a button: On click it opens a report (based on
DoCmd.OpenReport "testReport", acPreview)
The report should grab the data from a table "test" (2 columns - "date" and
a corresponding "values") and should create ONE graph.
Unfortunately, the report shows the same graph for every individual row of
the table (many many pages I really don't need). My question is, how I can
get the graph exactly once.
Any helpful suggestions would be greatly appreciated
I'm kinda lost and need some help.
I have a form with a button: On click it opens a report (based on
DoCmd.OpenReport "testReport", acPreview)
The report should grab the data from a table "test" (2 columns - "date" and
a corresponding "values") and should create ONE graph.
Unfortunately, the report shows the same graph for every individual row of
the table (many many pages I really don't need). My question is, how I can
get the graph exactly once.
Any helpful suggestions would be greatly appreciated