I don't work with Access enough to know how to pull this off, so I'm hoping somebody can help me out...
I have a number of tables I'm using to produce various reports about COBOL programs that will be migrated off our mainframe:
Source programs - name, description, owner, lines of code
Copy members - source prog name, member name, lines of code
Called routines - calling pgm name, routine name, type, lines of code
What I want to do is produce a report that shows source program information with a subreport showing all copy members used with lines of code for each, and another subreport with all called routines.
For each program, I want to include the number of lines of code from the subreport in the total lines of code for the program:
Pgm -------Descript.------- Lines
MAINSOURCE Description_of_program 2750
Copy Members: _
Member_One 75 \
Member_Two 50 \
Member_Three 15 > From
Called Routines: / Subrpts
DateConv /
DBNTRY --
MAINSOURCE total lines of code 2890
How does one add the totals in a subreport into the main report total? -- in this case lines of code.
If this isn't clear enough, let me know and I'll try to clarify.
Thanks in Advance,
Jim
I have a number of tables I'm using to produce various reports about COBOL programs that will be migrated off our mainframe:
Source programs - name, description, owner, lines of code
Copy members - source prog name, member name, lines of code
Called routines - calling pgm name, routine name, type, lines of code
What I want to do is produce a report that shows source program information with a subreport showing all copy members used with lines of code for each, and another subreport with all called routines.
For each program, I want to include the number of lines of code from the subreport in the total lines of code for the program:
Pgm -------Descript.------- Lines
MAINSOURCE Description_of_program 2750
Copy Members: _
Member_One 75 \
Member_Two 50 \
Member_Three 15 > From
Called Routines: / Subrpts
DateConv /
DBNTRY --
MAINSOURCE total lines of code 2890
How does one add the totals in a subreport into the main report total? -- in this case lines of code.
If this isn't clear enough, let me know and I'll try to clarify.
Thanks in Advance,
Jim