Microsoft
Software
Hardware
Network
Question : Subreport within a subreport
Table1, Primary Key fieldname = "KEY", Record with KEY fieldvalue = 'ABC"
Table2, Foreign Key fieldname = "KEY", 3 records that have KEY fieldvalue = "ABC", 20 fields
Main report selects from Table1
I want a subreport that prints the 20 fields from Table2 in Table format. 20 fields is too wide, so I created 2 Subreports to place within Subreport1 (1st 10 fields in Subreport1.1, 2nd 10 fields in Subreport 1.2)
Am unclear how to LINK the subreports so that they will select records from Table2 that match the KEY value in Table1: Main Report ---> Subreport1 ---> Subreports 1 & 2
Any thoughts?
With Regards-
Sam
Answer : Subreport within a subreport
OK - I found it.
I open Subreport1 in New Window:
Property Sheet, Report, Data, Record Source: SELECT [Table2].[KEY], [Table2].[Field1]... FROM Table2;
The Record Source needs to be changed to Table1
Random Solutions
Access Date Formats: USA to European
How can I setup a simple "HelloWorld" WCF service using SSL certificate and a custom username/password
LaCie 1TB HD will not show up in My Computer
Tray 900 Unable to Set Tray Icon error. How do I clear it when Windows XP Pro starts?
VB.Net assign a class to each tab control page
The store driver couldn't deliver the public folder replication message. Property Validation Failed when replicating public folders in mixed 2003/2007 evironment
Vista command prompt
Array Usage In Access
Combining Arrays in VBA
SQL query to select distinct ID for latest date past June/01/2009 where there are (possibly) more than one occurrence of each ID