A few things:
first, try the sample download. (and, try it in the same directory as your
application).
If you can't get the sample to work, then there is LITTLE USE trying to get
YOUR application to work.
If the sample don't work, then try manually creating a directory called
"word" in eh same dir as were the application resides.
Another possible failure point is that your form has some ole embedded
fields. While my code is supposed to skip those, often it gets hung up.
so,
a) try the merge in your application on a form without the ole field, or
better yet, base the merge on a query that has ONLY the fields you need/want
for the merge
So, build the query, add the pk field + any other fields you need. then in
code go:
dim strSql as string
strSql = "select * from myQuery where id = " & me!id
MergeAllWord strSql
So, I have about 3 things to try...give them all a run..and see what
happens...