Hello all
Can anyone suggest how I can implement a way to programatically choose
certain records in a mail merge? I've been getting some results through
trial and error but if someone post some code to help me better understand
the process that would be great.
From my data, I'd like to choose the first two records and the last two
records and every X records to come up with about 20 sample records no
matter the size of the data file.
Anyone out there trying to do something similar?
Regards
Dale
Margaret Bartley - 22 Nov 2005 21:46 GMT
I suspect you would be better off to create a query in your data source that
does that logic, and then run that query, rather than select the whole set
of data and try to have the MailMerge interface do that logic. That's what
you're paying MS to do, for you.
> Hello all
>
[quoted text clipped - 11 lines]
> Regards
> Dale