RE: Duane Hookom's Line graph by code
- From: Duane Hookom <duanehookom@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 Dec 2008 05:23:00 -0800
Assuming you have a [GroupID] field in your report, your function call might
look like:
DrawGraph(Me.GroupID)
The DrawGraph function would then used this value to filter the recordset
that is used to draw the lines.
--
Duane Hookom
Microsoft Access MVP
"george 16-17" wrote:
Hi Duane,.
Thanks for replying.
I appreciate the direction and your expertise. I have been able to include
the record source and the bound text box.
A less vague question...how do I add the arugment? That is where I am
stumped. I apology in advance.
Thanks again,
george
"Duane Hookom" wrote:
You would need to include a Record Source for the report that returns the
unique group. Then add a text box bound to the group value in the detail
section.
The DrawGraph() function would need to be modified to add an argument for
the group so the OpenRecordset() method pulls only the group data.
--
Duane Hookom
Microsoft Access MVP
"george 16-17" wrote:
Greetings all,
...asking a vague question...expecting a vague answer...
I have adapted Mr Hookom's line graph by code example report from
http://www.access.hookom.net/Samples.htm. It is based on a crosstab query and
it works fine. It graphs all the data on one graph without using MS graph.
Could the code be adapted to produce a separate graph for each series of data
in a group?
Any direction would be appreciated. I can post the code if needed.
Thanks in advance,
george
- Follow-Ups:
- RE: Duane Hookom's Line graph by code
- From: george 16-17
- RE: Duane Hookom's Line graph by code
- References:
- Duane Hookom's Line graph by code
- From: george 16-17
- RE: Duane Hookom's Line graph by code
- From: Duane Hookom
- RE: Duane Hookom's Line graph by code
- From: george 16-17
- Duane Hookom's Line graph by code
- Prev by Date: RE: Trying to extract stats from lots of information in access
- Next by Date: RE: Duane Hookom's Line graph by code
- Previous by thread: RE: Duane Hookom's Line graph by code
- Next by thread: RE: Duane Hookom's Line graph by code
- Index(es):
Relevant Pages
|