473,769 Members | 3,108 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Subreport not displaying

I have a report that I run every quarter. When I opened it this
quarter, one of the subreports is not displaying. No error message -
just nothing displays where the subreport data should be. If you run
the subreport on its own, it displays fine. It just won't display on
the main report. I tried deleting and readding the subreport. No luck.
There are other subreports on the main one and they are acting fine.
Any ideas? (Using Access 2000). I think this happened to me in the
past in an unrelated database. Can't remember how I resolved it.

Thanks.

Aug 13 '07 #1
3 12406
Sounds like the subreport is incorrectly linked to the main report.

Open the main report in design view.
Right-click the edge of the subreport control, and choose Properties.
Fix the Link Master Fields and Link Child Fields (on the Data tab of the
Properties box, while looking at the Properties of the subreport control.)

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Coll" <co*********@ho tmail.comwrote in message
news:11******** **************@ q75g2000hsh.goo glegroups.com.. .
>I have a report that I run every quarter. When I opened it this
quarter, one of the subreports is not displaying. No error message -
just nothing displays where the subreport data should be. If you run
the subreport on its own, it displays fine. It just won't display on
the main report. I tried deleting and readding the subreport. No luck.
There are other subreports on the main one and they are acting fine.
Any ideas? (Using Access 2000). I think this happened to me in the
past in an unrelated database. Can't remember how I resolved it.

Thanks.
Aug 13 '07 #2
On Aug 13, 9:18 am, "Allen Browne" <AllenBro...@Se eSig.Invalidwro te:
Sounds like the subreport is incorrectly linked to the main report.

Open the main report in design view.
Right-click the edge of the subreport control, and choose Properties.
Fix the Link Master Fields and Link Child Fields (on the Data tab of the
Properties box, while looking at the Properties of the subreport control.)

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org."Coll" <col_mcma...@ho tmail.comwrote in message

news:11******** **************@ q75g2000hsh.goo glegroups.com.. .
I have a report that I run every quarter. When I opened it this
quarter, one of the subreports is not displaying. No error message -
just nothing displays where the subreport data should be. If you run
the subreport on its own, it displays fine. It just won't display on
the main report. I tried deleting and readding the subreport. No luck.
There are other subreports on the main one and they are acting fine.
Any ideas? (Using Access 2000). I think this happened to me in the
past in an unrelated database. Can't remember how I resolved it.
Thanks.- Hide quoted text -

- Show quoted text -
I added the subreports up by dragging them into the main report. I
don't have anything in the link masterfields and link child fields for
any of the subreports. Not sure what should be there if anything.

Aug 13 '07 #3
You want the subreport to show only the records that match the record in the
main report. Therefore there is a field in the main report that matches a
field in the subreport.

Set the Link Master Fields is the name of the field in the main report, and
Link Child Fields to the name of the matching field in the subreport.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Coll" <co*********@ho tmail.comwrote in message
news:11******** **************@ 57g2000hsv.goog legroups.com...
On Aug 13, 9:18 am, "Allen Browne" <AllenBro...@Se eSig.Invalidwro te:
>Sounds like the subreport is incorrectly linked to the main report.

Open the main report in design view.
Right-click the edge of the subreport control, and choose Properties.
Fix the Link Master Fields and Link Child Fields (on the Data tab of the
Properties box, while looking at the Properties of the subreport
control.)
"Coll" <col_mcma...@ho tmail.comwrote in message
>>
news:11******* *************** @q75g2000hsh.go oglegroups.com. ..
>I have a report that I run every quarter. When I opened it this
quarter, one of the subreports is not displaying. No error message -
just nothing displays where the subreport data should be. If you run
the subreport on its own, it displays fine. It just won't display on
the main report. I tried deleting and readding the subreport. No luck.
There are other subreports on the main one and they are acting fine.
Any ideas? (Using Access 2000). I think this happened to me in the
past in an unrelated database. Can't remember how I resolved it.
Thanks.- Hide quoted text -

- Show quoted text -

I added the subreports up by dragging them into the main report. I
don't have anything in the link masterfields and link child fields for
any of the subreports. Not sure what should be there if anything.
Aug 14 '07 #4

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

Similar topics

0
1534
by: Steve Edwards | last post by:
I have a database that is used for tracking customer survey data. Each customer can have multiple products. I have a report that lists customers that have not yet been surveyed )(rptCustomersNotSurveyed), and another report that lists the customers that have been surveyed (rptCustomersSurveyed). A survey can be done for each product, since many times there are different contact people at the customer for each product. Within...
3
7403
by: lorirobn | last post by:
Hello, I have a report which uses a subreport. When I run the report, I get "Enter Parameter Value" error message for "tblGuestRoom". I click ok and the report seems to work fine. I narrowed down this error to the Link Master Fields property setting, when I tried the same scenario with form/subform. It gave me error: 'The Link Master fields property setting has produced this error: The object doesn't contain the Automation object...
1
2772
by: cityrock | last post by:
Hi everyone, I have been searching 3 days stright for an answer, with no luck, so I decided to ask it out loud myself. Here is my problem. I am using a report as a catalog for my company. The main report holds our products with details (each detail is a product based on our products table). Some of the products show up twice on the main report (as they have diffrent specifications per line). I thought that instead of putting the...
1
3130
by: Beowulf | last post by:
I'm having some difficulty and I can't for the life of me figure out why. I have a main report, rptMain, that contains a report header (displays the AppTitle), 3 group headers (one is a header for the "report version" and is being used for a cover sheet, one is a category header, and the other is an item header), about 6 subreports in the Details section, 2 non-empty group footers, a page footer and a report footer. The 6 subreports in...
2
2033
by: Master.Shankar | last post by:
Hello Friends, I am working on a C# windows Application which generates a crystal report . There is a subreport embedded in the main report . I want this subreport to open automatically in a new tab when the main report is generated and displayed. As of now , since it is an OnDemand report, it displays a link for the sub report clicking on which will open the sub report in a new tab page.I dont want to have the report as an OnDemand...
1
1670
by: manojtjain | last post by:
I have a report which has 3 subreports included within it, each separated by a page break. So totally 4 pages are generated for the report. The second page shows an unwanted value in Left Hand Top Corner. This value is present in Right Hand Top Corner, for display purpose. The Left Hand Top Corner is empty, and yet it shows this value. There is nothing beyond the margins that would spill over on the next page. Surprising part is that...
17
20344
by: =?Utf-8?B?SGVyYg==?= | last post by:
I have created a report and subreport in VB/ASP.NET. The report works fine but the subreport will not display. The subreport, when displayed as a standalone report, works fine. Any help I can find on this error refers to the WinForms.ReportViewer and none to the WebForms.ReportViewer. Anyone have any guidance?
1
1512
by: Coll | last post by:
I have a report that I run every quarter. When I opened it this quarter, one of the subreports is not displaying. No error message - just nothing displays where the subreport data should be. If you run the subreport on its own, it displays fine. It just won't display on the main report. I tried deleting and readding the subreport. No luck. There are other subreports on the main one and they are acting fine. Any ideas? (Using Access 2000)....
3
9406
by: Simon | last post by:
Dear reader, The syntax for the VBA code to change the RecordSource of a Master Report is: Me.RecordSource = "TableOrQueryName"
0
10211
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9994
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8872
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7409
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6673
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5299
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3562
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.