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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top