I have a report that I run and output to a word document using rtf. Each page of this report is a release for a different cold storage. And I only want to send each cold storage (by emai) the release that applies to them.
So, depending on where the product is coming from on any particular order, there many be 1 or 5 different cold storages (and therefore pages in the report) that product needs to be released at. There are about 100 choices of cold storages, so hard coding If statments would be rather cumbersome.
Is there any easy way to do this?
The two solutions I can think of would be to either:
1. Be able to specify that I only want to email page 2 (kind of like you can say you only want to print certain pages)
OR
2. Be able to send each page into a separate word document.
Of course, I don't know how to do either of these things. Any ideas? I would love a solution to either of these or I am open to new suggestions on how to approach this problem.
Thanks!!!!
So, depending on where the product is coming from on any particular order, there many be 1 or 5 different cold storages (and therefore pages in the report) that product needs to be released at. There are about 100 choices of cold storages, so hard coding If statments would be rather cumbersome.
Is there any easy way to do this?
The two solutions I can think of would be to either:
1. Be able to specify that I only want to email page 2 (kind of like you can say you only want to print certain pages)
OR
2. Be able to send each page into a separate word document.
Of course, I don't know how to do either of these things. Any ideas? I would love a solution to either of these or I am open to new suggestions on how to approach this problem.
Thanks!!!!