I have written a VBA program to test fields of each record for certain
conditons during a mailmerge. The testing works but I do not know the
command in the VBA Macro to tell it TO NOT merge that record but to go
to the next one

TIA

RE: Next Record by PeteBennett

PeteBennett
Fri Aug 13 05:27:02 CDT 2004

There's a conditional merge field for "skip record if". I think that should
do what you want. Or, you might like to try just inserting another
NextRecord field and see if that helps...

"@" wrote:

> I have written a VBA program to test fields of each record for certain
> conditons during a mailmerge. The testing works but I do not know the
> command in the VBA Macro to tell it TO NOT merge that record but to go
> to the next one
>
> TIA
>