A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Charts - Multiple Pages of same chart



 
 
Thread Tools Display Modes
  #1  
Old April 8th, 2005, 02:39 PM
Art
external usenet poster
 
Posts: n/a
Default Charts - Multiple Pages of same chart

I create a stacked bar chart based upon a calendar year
for different departments within my organization. The
chart is correct except that I get multiple pages of the
same thing. I only want the first page and nort the other
duplicate pages. I am using Access 2002 and the chart is
based upon a Select Query that only has 4 fields (Date,
Total, Category, Department). Without using the PrintOut
Function in a macro or withou having the toolbar to be
visable so a File, Print, Page 1 operation can be done;
how can I get only the first page to print?

If there is any ideas as to why I get duplicate pages of
the same graph that would be even better but I will accept
any suggestion as to have it programed to only Print Page
1. The printing of the chart is controlled by a Form
which has the Control Button for Print Preview.

Thank You
  #2  
Old April 8th, 2005, 07:14 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

It sounds like you have a high level of detail in your report's record
source and a chart control in a high level of detail. Sometimes it isn't
necessary to even have a record source for the report since the chart
records come from its Row Source property.

--
Duane Hookom
MS Access MVP
--

"Art" wrote in message
...
I create a stacked bar chart based upon a calendar year
for different departments within my organization. The
chart is correct except that I get multiple pages of the
same thing. I only want the first page and nort the other
duplicate pages. I am using Access 2002 and the chart is
based upon a Select Query that only has 4 fields (Date,
Total, Category, Department). Without using the PrintOut
Function in a macro or withou having the toolbar to be
visable so a File, Print, Page 1 operation can be done;
how can I get only the first page to print?

If there is any ideas as to why I get duplicate pages of
the same graph that would be even better but I will accept
any suggestion as to have it programed to only Print Page
1. The printing of the chart is controlled by a Form
which has the Control Button for Print Preview.

Thank You



  #3  
Old April 8th, 2005, 09:12 PM
Art
external usenet poster
 
Posts: n/a
Default


here is my Row Source.

TRANSFORM Sum([Sum Of Total Of Time]) AS [SumOfSum Of
Total Of Time] SELECT (Format([Date],"MMM")) FROM [qry YTD
Legal Graph] GROUP BY (Year([Date])*12 + Month([Date])-
1),(Format([Date],"MMM")) PIVOT [Category];

-----Original Message-----
It sounds like you have a high level of detail in your

report's record
source and a chart control in a high level of detail.

Sometimes it isn't
necessary to even have a record source for the report

since the chart
records come from its Row Source property.

--
Duane Hookom
MS Access MVP
--

"Art" wrote in message
...
I create a stacked bar chart based upon a calendar year
for different departments within my organization. The
chart is correct except that I get multiple pages of the
same thing. I only want the first page and nort the

other
duplicate pages. I am using Access 2002 and the chart is
based upon a Select Query that only has 4 fields (Date,
Total, Category, Department). Without using the

PrintOut
Function in a macro or withou having the toolbar to be
visable so a File, Print, Page 1 operation can be done;
how can I get only the first page to print?

If there is any ideas as to why I get duplicate pages of
the same graph that would be even better but I will

accept
any suggestion as to have it programed to only Print

Page
1. The printing of the chart is controlled by a Form
which has the Control Button for Print Preview.

Thank You



.

  #4  
Old April 8th, 2005, 10:44 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

I don't think your chart's row source is the issue. Check the Record Source
of your report. If you only expect to see a single graph then you should
probably either have only one record in the report's record source or not
have any record source.

--
Duane Hookom
MS Access MVP
--

"Art" wrote in message
...

here is my Row Source.

TRANSFORM Sum([Sum Of Total Of Time]) AS [SumOfSum Of
Total Of Time] SELECT (Format([Date],"MMM")) FROM [qry YTD
Legal Graph] GROUP BY (Year([Date])*12 + Month([Date])-
1),(Format([Date],"MMM")) PIVOT [Category];

-----Original Message-----
It sounds like you have a high level of detail in your

report's record
source and a chart control in a high level of detail.

Sometimes it isn't
necessary to even have a record source for the report

since the chart
records come from its Row Source property.

--
Duane Hookom
MS Access MVP
--

"Art" wrote in message
...
I create a stacked bar chart based upon a calendar year
for different departments within my organization. The
chart is correct except that I get multiple pages of the
same thing. I only want the first page and nort the

other
duplicate pages. I am using Access 2002 and the chart is
based upon a Select Query that only has 4 fields (Date,
Total, Category, Department). Without using the

PrintOut
Function in a macro or withou having the toolbar to be
visable so a File, Print, Page 1 operation can be done;
how can I get only the first page to print?

If there is any ideas as to why I get duplicate pages of
the same graph that would be even better but I will

accept
any suggestion as to have it programed to only Print

Page
1. The printing of the chart is controlled by a Form
which has the Control Button for Print Preview.

Thank You



.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple chart copy MarkyP General Discussion 2 March 11th, 2005 06:59 AM
Odd behavior in reports with multiple charts Tom Setting Up & Running Reports 0 January 16th, 2005 02:55 AM
printing multiple charts per page Pablo Charts and Charting 1 February 27th, 2004 05:37 PM
Multiple charts on one worksheet? Jim Kelly Charts and Charting 7 February 17th, 2004 11:46 AM
Styles for chart Debra Dalgleish Charts and Charting 1 October 3rd, 2003 12:27 PM


All times are GMT +1. The time now is 06:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.