J
Jason Krug
Hello-
I have worked with CINDY's WWW Page.
This solution uses the MS Knowledge Base
(http://support.microsoft.com/?kbid=105888) with SET, IF,
NEXTIF.
This example proceeds with the next record, based upon
the CHECK FLAG in the CURRENT RECORD. I can't do a last
record FLAG since selection criteria will pick different
records.
I would like to PROCEED to the NEXT record, if the NEXT
record has the same NAME as the CURRENT RECORD?
I am sending an email to people.
The people have multiple projects.
If R1 EMAIL-ADDRESS = R2 EMAIL-ADDRESS, then NEXT RECORD?
I was trying:
{SET LETTEREMAIL {MERGFIELD EMAIL} }
The Body Text
{MERGFIELD PROJECT}
{NEXTIF {MERGEFIELD EMAIL} = {LETTEREMAIL}}
{MERGFIELD PROJECT}
As you would guess, this is ALWAYS true, since MERGEFIELD
is always the current record.
I do not see a way to go BACK a record? To the PREVIOUS
record?
Is there a way to do that?
--Jason
I have worked with CINDY's WWW Page.
This solution uses the MS Knowledge Base
(http://support.microsoft.com/?kbid=105888) with SET, IF,
NEXTIF.
This example proceeds with the next record, based upon
the CHECK FLAG in the CURRENT RECORD. I can't do a last
record FLAG since selection criteria will pick different
records.
I would like to PROCEED to the NEXT record, if the NEXT
record has the same NAME as the CURRENT RECORD?
I am sending an email to people.
The people have multiple projects.
If R1 EMAIL-ADDRESS = R2 EMAIL-ADDRESS, then NEXT RECORD?
I was trying:
{SET LETTEREMAIL {MERGFIELD EMAIL} }
The Body Text
{MERGFIELD PROJECT}
{NEXTIF {MERGEFIELD EMAIL} = {LETTEREMAIL}}
{MERGFIELD PROJECT}
As you would guess, this is ALWAYS true, since MERGEFIELD
is always the current record.
I do not see a way to go BACK a record? To the PREVIOUS
record?
Is there a way to do that?
--Jason