View Single Post
 
Old 03-23-2015, 11:12 AM
mcmuney mcmuney is offline Windows 8 Office 2013
Novice
 
Join Date: Mar 2015
Posts: 2
mcmuney is on a distinguished road
Default Need help with pulling field from current record

I'm having an issue where the "Site_Name" on the top section of the code is pulling the data from the next record and not the current record (see Sample file). Anyone know why and how to correct it?

Second, but less important is that the last page is producing an unnecessary bullet. This issue goes away if don't use bullets to list the Site_Name.

Code:
{ QUOTE{ IF{ MERGESEQ }= 1 { SET Key "" }{ SET LastKey { Key } } }{ IF{ MERGEFIELD Groups }<> { Key } "{ IF{ MERGESEQ }> 1 " Thank you for your time and let me know if I can be of further assistance with '{ MERGEFIELD Site_Name }'.   Sincerely, John.****@gmail.com { IF{ MERGEFIELD Groups }<> 0 { QUOTE 12 } }" }{ IF{ MERGEFIELD Groups }<> 0 "{ DATE \@ "MMMM d, yyyy" } { SET Key { MERGEFIELD Groups }}   Dear Sir,   I am writing you, because I am interested in assisting you with the properties listed below:   "}"}”{ IF{ MERGEFIELD Groups }<> 0 "{ MERGEFIELD Site_Name }, { MERGEFIELD Site_Address }" }” }
Attached Files
File Type: pdf Sample.pdf (328.5 KB, 10 views)
Reply With Quote