L
LoboNetwork
Hello,
I've done a lot of browsing on these forums and playing around with access
but cant seem to get this to work:
Description of my Report/Database:
I have three tables that are linked in from an Excel File. Each table has a
common column (TAG) (what i consider to be the primary key, even though
access wont let me set it as the primary key since its a linked table). I
have a query that takes all the data in these linked tables and displays
them. I have three "subreports" and they get their data from the query. I
have a master report that contains the three subreports above. Each
subreport prints on a separate page using page break controls.
The problem is that the subreports do not print correctly (well, at least
the way I want them to print).
Example:
Table 1
Tag1 Data1 Data2 Data3
Tag2 Data4 Data5 Data6
Tag3 Data7 Data8 Data9
Table 2
Tag1 Data10 Data11
Tag2 Data12 Data13
Tag3 Data14 Data15
Table 3
Tag1 Data16 Data17
Tag2 Data18 Data19
Tag3 Data20 Data21
When I print my Master Report, it will print as such:
Subreport1 (tag1) subreport1 (tag2), subreport1 (tag3), Subreport2 (tag1)
subreport2 (tag2), subreport2 (tag3), Subreport3 (tag1) subreport3 (tag2),
subreport3 (tag3).
Instead I want it to print as such:
Subreport1 (tag1) subreport2 (tag1), subreport3 (tag1), Subreport1 (tag2)
subreport2 (tag2), subreport3 (tag2), Subreport1 (tag3) subreport2 (tag3),
subreport3 (tag3).
Does anyone know what I am doing wrong? Or can provide any input towards me
fixing the way my subreports print? I figure it has something to do with
either relationships, primary keys, sorting/grouping, or such. I have played
around with various ideas but nothing seemed to help the order it came out in.
Any help would be greatly appreciated.
Thanks,
Lobo
I've done a lot of browsing on these forums and playing around with access
but cant seem to get this to work:
Description of my Report/Database:
I have three tables that are linked in from an Excel File. Each table has a
common column (TAG) (what i consider to be the primary key, even though
access wont let me set it as the primary key since its a linked table). I
have a query that takes all the data in these linked tables and displays
them. I have three "subreports" and they get their data from the query. I
have a master report that contains the three subreports above. Each
subreport prints on a separate page using page break controls.
The problem is that the subreports do not print correctly (well, at least
the way I want them to print).
Example:
Table 1
Tag1 Data1 Data2 Data3
Tag2 Data4 Data5 Data6
Tag3 Data7 Data8 Data9
Table 2
Tag1 Data10 Data11
Tag2 Data12 Data13
Tag3 Data14 Data15
Table 3
Tag1 Data16 Data17
Tag2 Data18 Data19
Tag3 Data20 Data21
When I print my Master Report, it will print as such:
Subreport1 (tag1) subreport1 (tag2), subreport1 (tag3), Subreport2 (tag1)
subreport2 (tag2), subreport2 (tag3), Subreport3 (tag1) subreport3 (tag2),
subreport3 (tag3).
Instead I want it to print as such:
Subreport1 (tag1) subreport2 (tag1), subreport3 (tag1), Subreport1 (tag2)
subreport2 (tag2), subreport3 (tag2), Subreport1 (tag3) subreport2 (tag3),
subreport3 (tag3).
Does anyone know what I am doing wrong? Or can provide any input towards me
fixing the way my subreports print? I figure it has something to do with
either relationships, primary keys, sorting/grouping, or such. I have played
around with various ideas but nothing seemed to help the order it came out in.
Any help would be greatly appreciated.
Thanks,
Lobo