Next Record

@

@

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
 
P

Pete Bennett

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...
 
Top