D
dragonballcity
I have a list of people in an excel spreadsheet according to date. Th
first column in the sheet is labeled Date and I manually enter the dat
as m/d/yyyy (so for today 2/24/12). I create letters using mail merg
in Word 2010 each day, but only want letters for people that are entere
into the spreadsheet the current day. I have the beginning of my lette
set up as
{ SKIPIF { MERGEFIELD Date } <> "{ DATE }" }
It's worked perfectly...until today. Today (2/24/12) when I merged th
letters they all came out, along with letters for people that wer
entered into the spreadsheet on 1/12/12. The only thing I can see i
1/12 when doubled is 2/24, otherwise I'm clueless. If I change the 1/1
people to 1/11 or 1/13 it works fine.
I tried changing my skip if to say
{ SKIPIF { MERGEFIELD Date } <> "{ DATE \@ "m\d\yyyy" }" but got th
same result.
I tried adding a second skip if
{ SKIPIF { MERGEFIELD Date } < "{ DATE }" } but still got the sam
result.
I ultimately went back and deleted the 1/12 people, merged the letters
then put them back into the spreadsheet. I don't want to have to d
that every time though.
Am I doing something wrong? Thanks in advance
first column in the sheet is labeled Date and I manually enter the dat
as m/d/yyyy (so for today 2/24/12). I create letters using mail merg
in Word 2010 each day, but only want letters for people that are entere
into the spreadsheet the current day. I have the beginning of my lette
set up as
{ SKIPIF { MERGEFIELD Date } <> "{ DATE }" }
It's worked perfectly...until today. Today (2/24/12) when I merged th
letters they all came out, along with letters for people that wer
entered into the spreadsheet on 1/12/12. The only thing I can see i
1/12 when doubled is 2/24, otherwise I'm clueless. If I change the 1/1
people to 1/11 or 1/13 it works fine.
I tried changing my skip if to say
{ SKIPIF { MERGEFIELD Date } <> "{ DATE \@ "m\d\yyyy" }" but got th
same result.
I tried adding a second skip if
{ SKIPIF { MERGEFIELD Date } < "{ DATE }" } but still got the sam
result.
I ultimately went back and deleted the 1/12 people, merged the letters
then put them back into the spreadsheet. I don't want to have to d
that every time though.
Am I doing something wrong? Thanks in advance