PC Review


Reply
Thread Tools Rate Thread

Report with Single Subreport Printing Multiple Pages of Same Data

 
 
MJ
Guest
Posts: n/a
 
      11th Apr 2008
I know this is going to be a simple solution for someone in the community,
but having a problem with a Report producing more pages of information than
needs to. I am building a report consolidating analysis information
pertaining to a single issue from two tables (tblCommon and tblAnalysis)
having the Problem ID in common (one to many relationship).

Initially, thought the multiple page issue would be resolved by using a
sub-report. It did and it did not... it got all of the analysis entries down
to a single list vice a single entry printed on a single sheet, but now it is
still printing multiple pages just with more entries on each.

The report and subreport are using the same record source: qry-rpt 1

SELECT tblCommon.[Date Created], tblCommon.IdentifiedBy,
tblCommon.IssueDesc, tblCommon.System, tblCommon.ID,
tblAnalysis.Analysis, tblAnalysis.EntryBy, tblCommon.Resolution,
tblCommon.AssignedTo, tblCommon.PerComplete
FROM tblCommon LEFT JOIN tblAnalysis ON tblCommon.ID = tblAnalysis.ProbNum
WHERE (((tblCommon.ID)=[Enter Problem Number:]));

The main reports uses: Problem ID; Date Created; Identified By; IssueDesc;
and Resolution. The user is asked to enter the problem ID when accessing the
report.

The sub-report uses the Problem ID to filter tblAnalysis for the associated
entries.

Where am I going wrong? How can I get the report to quit giving me 6 pages
when 1 page with 6 entries on it will do?

Thank you in advance for the assist.
MJ

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing single pages from multiple worksheets in a single print job alwaysboard@gmail.com Microsoft Excel Misc 2 27th Apr 2007 06:11 PM
multiple single tiff files into a single multiple pages file.. genc ymeri Microsoft C# .NET 0 23rd May 2006 07:41 PM
can you mix single column subreport with multi column subreport? =?Utf-8?B?VGFhMQ==?= Microsoft Access Reports 0 28th Jan 2006 01:24 AM
Multiple subreport headers and subreports printing on multiple pages hydrogeek Microsoft Access Reports 3 4th Nov 2003 09:25 PM
Crystal Report with SubReport, SubReport prints on separate page Tim Frawley Microsoft VB .NET 1 1st Nov 2003 02:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:32 AM.