I'm fairly new to Access (2000), and am stumped with a report printing problem.
I have generated an Access report which is a work order, listing multiple tasks related to each specific work order (along with other info). When the user previews the report, they only need to see one work order, with all the tasks listed.
However, when the report prints, I need to print one copy of the work order for each task listed on the report. All the copies of the report will look similar, with one exception: each copy of the work order will have a different task highlighted in some way. (I'm currently putting a rectangle around the highlighted task). So if there are 3 tasks on the work order, I will print 3 sheets of paper that seem identical, except for the different highlighted tasks. (The separate sheets of paper can then be handed off to different technicians to complete the tasks).
Essentially, what I want to do when a user clicks on the printer icon is take control myself (as if there was an "OnPrint" event, which I don't believe there is), and perform formatting and printing commands myself, such as:
highlight task 1
print work order
un-highlight task 1
hightlight task 2
print work order
unhighlight task 2
highlight task 3
print work order
Can anyone tell me if this is even possible, and if so, how to go about it? Thanks in advance for your help...
- Anita
I have generated an Access report which is a work order, listing multiple tasks related to each specific work order (along with other info). When the user previews the report, they only need to see one work order, with all the tasks listed.
However, when the report prints, I need to print one copy of the work order for each task listed on the report. All the copies of the report will look similar, with one exception: each copy of the work order will have a different task highlighted in some way. (I'm currently putting a rectangle around the highlighted task). So if there are 3 tasks on the work order, I will print 3 sheets of paper that seem identical, except for the different highlighted tasks. (The separate sheets of paper can then be handed off to different technicians to complete the tasks).
Essentially, what I want to do when a user clicks on the printer icon is take control myself (as if there was an "OnPrint" event, which I don't believe there is), and perform formatting and printing commands myself, such as:
highlight task 1
print work order
un-highlight task 1
hightlight task 2
print work order
unhighlight task 2
highlight task 3
print work order
Can anyone tell me if this is even possible, and if so, how to go about it? Thanks in advance for your help...
- Anita