JohnHarkins
MIS
Hi!
I have a report and sub-report arrangement, where the linkage is on "program" and "cycle." The master report is built on a table that uses "series" and "cycle," while the subform uses "program" and "cycle." The convenient relationship between series and program is that a series consists of first three characters that match the program name. I can, of course, create a query that is invoked to strip out the program from a series field simply by using the left function to pull the first three characters and create a field called program. Now then, I can match up the report and sub-report linked fields by specifying "program; cycle" on each.
I wanted to be able to avoid the extra query by specifying something like "program; cycle" on the report and "left([series],3);cycle" for the sub-report. Access didn't like it. Is there any easy want to handle this?
Thanks, John Harkins
I have a report and sub-report arrangement, where the linkage is on "program" and "cycle." The master report is built on a table that uses "series" and "cycle," while the subform uses "program" and "cycle." The convenient relationship between series and program is that a series consists of first three characters that match the program name. I can, of course, create a query that is invoked to strip out the program from a series field simply by using the left function to pull the first three characters and create a field called program. Now then, I can match up the report and sub-report linked fields by specifying "program; cycle" on each.
I wanted to be able to avoid the extra query by specifying something like "program; cycle" on the report and "left([series],3);cycle" for the sub-report. Access didn't like it. Is there any easy want to handle this?
Thanks, John Harkins