I have a system that generates worksheets for the engineers.
There are several different job types and work sheet layouts.
Up until now, I have generated separate files for each type of job, but I want to put them all into one file.
I thought I would create a report with:
Page Header - Showing common information between all worksheets
Detail - Sub report
Page Footer - Showing common information between all worksheets
I would then create individual reports, that would we feature in the sub report and be different for each page depending on the job type that is on that page. I was planning on setting the sub report source with an on load event.
I have done this, but it sets them all to the same, rather than been different for each page. Is there anyway to do what I am trying to achieve or do I need to find a different way altogether?
thanks
There are several different job types and work sheet layouts.
Up until now, I have generated separate files for each type of job, but I want to put them all into one file.
I thought I would create a report with:
Page Header - Showing common information between all worksheets
Detail - Sub report
Page Footer - Showing common information between all worksheets
I would then create individual reports, that would we feature in the sub report and be different for each page depending on the job type that is on that page. I was planning on setting the sub report source with an on load event.
I have done this, but it sets them all to the same, rather than been different for each page. Is there anyway to do what I am trying to achieve or do I need to find a different way altogether?
thanks