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 non blank records for {
MERGEFIELD CC_ApptDate }
In addition 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
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 non blank records for {
MERGEFIELD CC_ApptDate }
In addition 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