mailmerge. end merge or skip record when quantity is 0

S

Simon

How do your end the merge when the remaining records in the import file
(excel) are 0.

This should work with a database query, however the error database engine
failure is returned, and cannot open source file.

Can merge ok, as long a a query isnt raised. I have checked on the forums
(and tried DDE, and using another computer) but still the same problem.
 
G

Graham Mayor

Use a SkipIf field to test whether a field is empty or equal to 0
eg
{ SKIPIF { MERGEFIELD Fieldname } = "" }

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top