slang
08-12-2008, 10:15 AM
I have a big problem. We have a large mail merge that populates letters to 2200 locations and then dumped into one large document. The girl with the mail merge document is on vacation so we do not have access to it and we need to be able to print selected pages from the main document based on a location number.
Example, Each location has one page in the main document with their location number in the second line. We have a list of all location numbers for each territory that we could use as a reference. The idea would be to have an input box that asked which territory you want printed and the code would look at each page for the location number and if it matched one in the territory chosen it would print it.
Is this even possible? It seems like it is asking a lot of Word.
The data would be similar to this..
Location # Territory #
6624 1
3498 1
8752 1
0275 2
9993 2
etc
Example, Each location has one page in the main document with their location number in the second line. We have a list of all location numbers for each territory that we could use as a reference. The idea would be to have an input box that asked which territory you want printed and the code would look at each page for the location number and if it matched one in the territory chosen it would print it.
Is this even possible? It seems like it is asking a lot of Word.
The data would be similar to this..
Location # Territory #
6624 1
3498 1
8752 1
0275 2
9993 2
etc