Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / December 2005

Tip: Looking for answers? Try searching our database.

Help with Charts

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jeff F - 30 Nov 2005 15:51 GMT
I am having the toughest time trying to get this to work.  I have a report
that list numerous projects, for each project I need to graph two data sets
over time (savings and average savings per month).  Any assistance is greatly
appreciated.

FYI my data looks like:

Proj             Month        Savings        Avg.
201    Jan    100    10
201    Feb    150    15
201    Mar    125    12
202    Jan    200    20
202    Feb    205    21   

I would like one graph per project to show up in the project detail or footer
section of the report.  Thanks in advance.
Duane Hookom - 01 Dec 2005 14:30 GMT
Set your report's record source to a query of each unique Proj value. Create
your chart's Row Source with something like:

SELECT [Month], Savings, Avg
FROM [My Data Looks Like]
ORDER BY [Month];

Set the link master/child properties of the chart control to [Proj]
Signature

Duane Hookom
MS Access MVP
--

>I am having the toughest time trying to get this to work.  I have a report
> that list numerous projects, for each project I need to graph two data
[quoted text clipped - 15 lines]
> footer
> section of the report.  Thanks in advance.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.