473,396 Members | 1,886 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,396 software developers and data experts.

Sub Reports

DS
Where do you add a Sub-Report? To the detail Section?
Thanks
DS
Nov 13 '05 #1
5 1451
"DS" <bo******@optonline.net> wrote in message
news:yV*************@fe08.lga...
Where do you add a Sub-Report? To the detail Section?
Thanks
DS


Most often that's where they belong, but they could go anywhere. Sticking
to the polite locations to place them, suppose the main report was based on
Contacts and the sub-report was based on a related table ContactNotes, then
the detail section shows for each contact, and so if the subreport was here,
you'd see the related notes for each contact.
If however, you subreport showed a breakdown summary of your contacts table,
eg number of contacts per sales territory, then you could have this in a
report header, so you see an overall summary of the contacts followed by a
section for each contact.

Nov 13 '05 #2
DS
Eric Schittlipz wrote:
"DS" <bo******@optonline.net> wrote in message
news:yV*************@fe08.lga...
Where do you add a Sub-Report? To the detail Section?
Thanks
DS

Most often that's where they belong, but they could go anywhere. Sticking
to the polite locations to place them, suppose the main report was based on
Contacts and the sub-report was based on a related table ContactNotes, then
the detail section shows for each contact, and so if the subreport was here,
you'd see the related notes for each contact.
If however, you subreport showed a breakdown summary of your contacts table,
eg number of contacts per sales territory, then you could have this in a
report header, so you see an overall summary of the contacts followed by a
section for each contact.

Its not really a Sub Report. I tried putting it in details and got a
mess. I need it to be in its own section. I guess I'm trying to print
4 reports one after the other on the same report. Any ideas? Thanks.
DS
Nov 13 '05 #3
"DS" <bo******@optonline.net> wrote in message
news:Jh*************@fe08.lga...
Eric Schittlipz wrote:
"DS" <bo******@optonline.net> wrote in message
news:yV*************@fe08.lga...
Where do you add a Sub-Report? To the detail Section?
Thanks
DS

Most often that's where they belong, but they could go anywhere.
Sticking to the polite locations to place them, suppose the main report
was based on Contacts and the sub-report was based on a related table
ContactNotes, then the detail section shows for each contact, and so if
the subreport was here, you'd see the related notes for each contact.
If however, you subreport showed a breakdown summary of your contacts
table, eg number of contacts per sales territory, then you could have
this in a report header, so you see an overall summary of the contacts
followed by a section for each contact.

Its not really a Sub Report. I tried putting it in details and got a mess.
I need it to be in its own section. I guess I'm trying to print 4 reports
one after the other on the same report. Any ideas? Thanks.
DS

From the example above, imagine you wanted to produce a contact analysis
report where numbers of of contacts were broken down in 4 various ways, eg
by country, by sales territory, by industry type, etc then you could have 4
subreports on the main report. If the main report itself was not based on
any datasource - ie had a blank 'Record Source' property then it wouldn't
matter in which section you placed them - report header, detail or footer.
You simply place them one after the other.
I suppose the question is: Does the main report need a record source and if
so, how does it relate to the record source of the subreports.?


Nov 13 '05 #4
DS
Eric Schittlipz wrote:
"DS" <bo******@optonline.net> wrote in message
news:Jh*************@fe08.lga...
Eric Schittlipz wrote:
"DS" <bo******@optonline.net> wrote in message
news:yV*************@fe08.lga...
Where do you add a Sub-Report? To the detail Section?
Thanks
DS
Most often that's where they belong, but they could go anywhere.
Sticking to the polite locations to place them, suppose the main report
was based on Contacts and the sub-report was based on a related table
ContactNotes, then the detail section shows for each contact, and so if
the subreport was here, you'd see the related notes for each contact.
If however, you subreport showed a breakdown summary of your contacts
table, eg number of contacts per sales territory, then you could have
this in a report header, so you see an overall summary of the contacts
followed by a section for each contact.


Its not really a Sub Report. I tried putting it in details and got a mess.
I need it to be in its own section. I guess I'm trying to print 4 reports
one after the other on the same report. Any ideas? Thanks.
DS


From the example above, imagine you wanted to produce a contact analysis
report where numbers of of contacts were broken down in 4 various ways, eg
by country, by sales territory, by industry type, etc then you could have 4
subreports on the main report. If the main report itself was not based on
any datasource - ie had a blank 'Record Source' property then it wouldn't
matter in which section you placed them - report header, detail or footer.
You simply place them one after the other.
I suppose the question is: Does the main report need a record source and if
so, how does it relate to the record source of the subreports.?


The main report is based on a Query. I have 3 other "Sub-Reports" to
add to this main one.
DS
Nov 13 '05 #5

"DS" <bo******@optonline.net> wrote in message
news:jl***************@fe08.lga...
Eric Schittlipz wrote:
"DS" <bo******@optonline.net> wrote in message
news:Jh*************@fe08.lga...
Eric Schittlipz wrote:

"DS" <bo******@optonline.net> wrote in message
news:yV*************@fe08.lga...
>Where do you add a Sub-Report? To the detail Section?
>Thanks
>DS
Most often that's where they belong, but they could go anywhere.
Sticking to the polite locations to place them, suppose the main report
was based on Contacts and the sub-report was based on a related table
ContactNotes, then the detail section shows for each contact, and so if
the subreport was here, you'd see the related notes for each contact.
If however, you subreport showed a breakdown summary of your contacts
table, eg number of contacts per sales territory, then you could have
this in a report header, so you see an overall summary of the contacts
followed by a section for each contact.


Its not really a Sub Report. I tried putting it in details and got a
mess. I need it to be in its own section. I guess I'm trying to print 4
reports one after the other on the same report. Any ideas? Thanks.
DS


From the example above, imagine you wanted to produce a contact analysis
report where numbers of of contacts were broken down in 4 various ways,
eg by country, by sales territory, by industry type, etc then you could
have 4 subreports on the main report. If the main report itself was not
based on any datasource - ie had a blank 'Record Source' property then it
wouldn't matter in which section you placed them - report header, detail
or footer. You simply place them one after the other.
I suppose the question is: Does the main report need a record source and
if so, how does it relate to the record source of the subreports.?


The main report is based on a Query. I have 3 other "Sub-Reports" to add
to this main one.
DS


But still we don't know if they are related in any way and you don't give
any further clues as to what the report should look like. We don't know
whether you need to see a list of related data for each record in the main
datasource (like the contacts/contacts notes example) or whether the four
reports are self-contained (as per the last contact analysis example). This
makes such a big difference because you need to decide if you need entries
for the Link Master and Link Child Fields.
If the four reports are not related, then you could create a fifth report
(with a blank recordsource) and have the other four reports all as
subreports in the detail section (or in fact any other). Alternatively, put
the 3 subreports in the footer section of the first report making sure you
have no unnecessary Link Master and Link Child Fields entered.
Nov 13 '05 #6

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: Andrew | last post by:
Hi there: I can successfully control a report's GroupLevel ControlSource property by using: ..Reports!rptEESTMT_A.GroupLevel(i).ControlSource = "CorpName" where rptEESTMT_A is the actual...
0
by: Ian | last post by:
(Sorry if I have repeated this, it did not appear the first time) I have the following code on a button. The idea is that when this button is clicked it prints several reports automatically then...
3
by: Gheaci Maschl | last post by:
Hi all! I would like to have your opinion about my problem and my proposal how to solve it: Ingredients: - BTriev database - Crystal Reports - maybe MS Access - Liinos6 (small ERP software)
1
by: KEVIN97810 | last post by:
Hello to all, I am trying to fill all my reports in a listbox but I may not need to show other reports. How do you modify this function to do that. I have losts of reports but don't want to...
2
by: B.Newman | last post by:
I've got some VB.NET code that *should* get a list of reports from an Access MDB and populate a list box with them. It doesn't detect any of the reports at all. oAccess.Reports.Count comes up as...
3
by: VMI | last post by:
I know this may not be the best NG for this, but I feel you guys know more about this than any of the other NGs. I need to build several simple reports (over 50 of them and they get their data...
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...
16
by: JoeW | last post by:
I'm utilizing a database that I created within MS Access within a program I've created in VB.NET. I am using the VB front end to navigate the information, but want to be able to print a report,...
3
by: joelpollock | last post by:
I'm having trouble continuously page numbering a large report in MS Access. The report is made up of three separate Access reports which I join together at the end. In the past I have opened the...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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,...

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.