I have made a DB for managing the field works we do in the company.
There are several different job types, and each job type will require a different worksheets to be printed for the engineer.
An engineer could go out with several different job types to do each day.
I have a table - tblFieldWorks which contains the job information, with links to other tables, one of fields been a link to FieldJobTypeID in the tblFieldWorksJobTypes which lists the various job types.
What I want to be able to do, is selcet an engineer(s), select a date or a date range (that part I have got already) and hit print, and produce a single report which has all the worksheets for that engineer(s) which I can then print, we keep a copy as a printed PDF as well which is emailed out to the engineers sometimes.
Any suggestions on how I can go about this. I am fairly new to Access and know a little VAB and other bits but not much. I am guessing I could add another field to the tblFieldJobTypes which says the report(worksheet) it needs, but how would I nest the reports inside a master report? Or I am barking up the wrong tree. Any help very mcuh appreciated.
Thanks
There are several different job types, and each job type will require a different worksheets to be printed for the engineer.
An engineer could go out with several different job types to do each day.
I have a table - tblFieldWorks which contains the job information, with links to other tables, one of fields been a link to FieldJobTypeID in the tblFieldWorksJobTypes which lists the various job types.
What I want to be able to do, is selcet an engineer(s), select a date or a date range (that part I have got already) and hit print, and produce a single report which has all the worksheets for that engineer(s) which I can then print, we keep a copy as a printed PDF as well which is emailed out to the engineers sometimes.
Any suggestions on how I can go about this. I am fairly new to Access and know a little VAB and other bits but not much. I am guessing I could add another field to the tblFieldJobTypes which says the report(worksheet) it needs, but how would I nest the reports inside a master report? Or I am barking up the wrong tree. Any help very mcuh appreciated.
Thanks