473,405 Members | 2,415 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

3 Identical Reports (almost)

Hi Folks,

I have a report for which I need three copies - identical in every way
except each contains a label (lets call it 'lblReportInstance') with a
caption saying "Part 1", "Part 2" and "Part 3" respectively.

At the moment I have 3 separate reports that I run sequentially and output
as snapshot files. Can someone suggest a swifter method?

Thanks,
Paul.
Feb 15 '06 #1
1 1354
On Wed, 15 Feb 2006 22:04:14 GMT, "Paul Wagstaff"
<pa**********@blueyonder.co.uk> wrote:
Hi Folks,

I have a report for which I need three copies - identical in every way
except each contains a label (lets call it 'lblReportInstance') with a
caption saying "Part 1", "Part 2" and "Part 3" respectively.

At the moment I have 3 separate reports that I run sequentially and output
as snapshot files. Can someone suggest a swifter method?

Thanks,
Paul.


Create a new single field (ReportInstance) table (tblReportInstance) with 3
records containing "Part 1", "Part 2" and "Part 3".

Add this table to the recordsource of the report with no joins to any other
tables. Add ReportInstance from this table as a field in the recordsource.
Add a new textbox to you report and bind it to ReportInstance.

Because ReportInstance has been added to the recordsource and Access cannot
determine any logical relationship between ReportInstance and any other field in
the RS, it will return one row for each record in tblReportInstance. The only
difference between these records will be the value of ReportInstance.
Therefore the report will print 3 pages per record labelled "Part 1", "Part 2"
and "Part 3".
Wayne Gillespie
Gosford NSW Australia
Feb 15 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: BStorm | last post by:
I have a transaction log file where the DataSet table's Description column is actually delimited into "subcolumns" based upon the transaction id. I would like to parse these into separate fields...
2
by: Greg | last post by:
I have 2 reports that are almost the same one is for internal use and the other is for the customer. The Internal report has a few extra fields then the customer report. The customer report has a...
4
by: sparks | last post by:
We have a database that reads in and formats raw data. We were using queries to format the data per person and outputing reports. The other database has the persons personal information. I changed...
2
by: Ron | last post by:
Hi everyone. Windows XP Pro/Access2000/2.4gig chip/512meg RAM/200GigDrive. I'm stumped. I've been involved in other things lately, but came back to the program I'm preparing and zipped into a...
7
by: Sink | last post by:
Hi, Looking at reporting tools and was wondering if anyone else has gone thru this. Crystal seems rediculously expensive once you take into account licensing, while Active is runtime-free meaning...
12
by: Tony Ciconte | last post by:
We are evaluating the prospect of integrating and/or using Crystal Reports with some of our current products. Some of these are still in Access 97 and are running well. Since we cannot include the...
9
by: Altman | last post by:
I am currently using ASP.Net 2003 and will be upgrading to 2005 sometime in the near future. I have been having issues with using Crystal Reports that were included with .Net to handle my...
18
by: Luminari | last post by:
I have two pages. Both of them are supposed to have one table on it with a fixed header. Both pages were tested in IE6. Structurally they are identical. Both have a <divthat wraps a <tablethat...
5
by: gamename | last post by:
Hi, I have 2 vendor libraries. One is for transmitting, the other receiving data. Virtually all of the functions in either lib are almost exactly alike in the way they're called. The only...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.