You should do the data manipulation in Access. Create a query there that
returns the required records and then use that as the data source.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
Hi, thanks for the reply.
I may try that, the only problem being i have to run lots of different sets
of data (they are subscriber lists of magazines) through the process and so
was trying to use one general access macro to do my data processing into one
final mail merge table.
If i specifically made individidual queries for each mail merge document i
use i would have to write about 200 queries. is there a limit to how many
queries i can have in access 2003?
I have found workarounds involving not using the isblank and not using is
not criteria. it seems to be these that are buggy.
I may just have to 'bite the bullet and make all these individual queries if
i encounter any more bugs.
On a related note, does anyone know what Office 2007 is like for mail
merges? is it reliable or have they done their usual trick and completely
changed how it works with insufficient tesing thus making a whole new load of
bugs to have the joy of encountering?
Thanks,
> You should do the data manipulation in Access. Create a query there that
> returns the required records and then use that as the data source.
[quoted text clipped - 7 lines]
> > Im sorry but its astonishing how BAD MS products are, im getting so
> > frustrated with this company that cant make ANYTHING work as it should.
oli merge - 07 Apr 2008 16:31 GMT
Actually, after thinking about it, Doug's answer does solve the problem as I
effectively have to make the same amount of queries for each mail merge
template anyway using the aforementioned dodgy Word recipients query options.
I think having access queries may actually be the way to go after all, I
will probably substiture the mail merge queries for access queries as I
encounter problems.
Since it doesnt look like anyone can give a reason for the original problem
of the criteria changing itself I will mark this question as answered (due to
Doug's work around). However, if anyone does know how or why this is
happening it would be good to make a MS knowledgebase article about it.
Thanks.
Doug Robbins - Word MVP - 07 Apr 2008 20:56 GMT
If you are using a database and you have to manipulate data, then doing it
in the database is using the right tool for the job. While you can drive a
screw with a hammer, a screw driver does a better job.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Actually, after thinking about it, Doug's answer does solve the problem as
> I
[quoted text clipped - 13 lines]
> happening it would be good to make a MS knowledgebase article about it.
> Thanks.