N
Newbie
How can this be changed so that Word Accepts it rign now it does not
allow embeeded skipif statments
{ IF { MERGEFIELD CC_ApptDate } <>"" " {
SKIPIF { = { MERGEFIELD "CC_ApptDate"
\@ "M" }- { MERGEFIELD "CC_DueDate" @
"M" } < 0 }}" "" }
What I am trying to do is included ALL the records where {
MERGEFIELD CC_ApptDate } is BLANK AS WELL AS SOME OF THE RECORDS
where {MERGEFIELD CC_ApptDate } IS NOT BLANK
For the Non blank records I want to eliminate those people whose {
MERGEFIELD "CC_DueDate} is next month and appointment date is this
month {MERGEFIELD CC_ApptDate }
If if I can do this I have not yey figured out how to deal with the
Dec/Jan Math problem
Just so you know I cannnot change the way the data file is genrated
since it is from another program
Just to simplify I want to send cards to those people who do not have
an appointment this month and are due to come in this month and those
who have appointments this month and are due to come in this month. I
do not want to send cards to those people who are due this month but
had there appointments last month (they came in early)
TIA
allow embeeded skipif statments
{ IF { MERGEFIELD CC_ApptDate } <>"" " {
SKIPIF { = { MERGEFIELD "CC_ApptDate"
\@ "M" }- { MERGEFIELD "CC_DueDate" @
"M" } < 0 }}" "" }
What I am trying to do is included ALL the records where {
MERGEFIELD CC_ApptDate } is BLANK AS WELL AS SOME OF THE RECORDS
where {MERGEFIELD CC_ApptDate } IS NOT BLANK
For the Non blank records I want to eliminate those people whose {
MERGEFIELD "CC_DueDate} is next month and appointment date is this
month {MERGEFIELD CC_ApptDate }
If if I can do this I have not yey figured out how to deal with the
Dec/Jan Math problem
Just so you know I cannnot change the way the data file is genrated
since it is from another program
Just to simplify I want to send cards to those people who do not have
an appointment this month and are due to come in this month and those
who have appointments this month and are due to come in this month. I
do not want to send cards to those people who are due this month but
had there appointments last month (they came in early)
TIA