J
javier
I have a Word form, using an Excel database, where I am
listing people who's been with us for five years.
I set up a table with two columns:
Column A
{ IF {MERGEFIELD Anniv} = 5 "{ MERGEFIELD First_Name }
{MERGEFIELD Middle_Initial } {MERGEFIELD Last_Name }" "" }
Column B
{ NEXT }{ IF {MERGEFIELD Anniv} = 5 "{ MERGEFIELD
First_Name } {MERGEFIELD Middle_Initial } {MERGEFIELD
Last_Name }" "" }
Next rows/cells As and Bs should enter next qualifying
records from spreadsheet IF there are any more, otherwise
to END the table at last qualifying record:
How can I set up that table to insert AS MANY CELLS/ROWS
as THERE ARE QUALIFYING RECORDS, and print closing
text "Please send us appropriate appraisals for above
mentioned individuals"
right afterwards?
listing people who's been with us for five years.
I set up a table with two columns:
Column A
{ IF {MERGEFIELD Anniv} = 5 "{ MERGEFIELD First_Name }
{MERGEFIELD Middle_Initial } {MERGEFIELD Last_Name }" "" }
Column B
{ NEXT }{ IF {MERGEFIELD Anniv} = 5 "{ MERGEFIELD
First_Name } {MERGEFIELD Middle_Initial } {MERGEFIELD
Last_Name }" "" }
Next rows/cells As and Bs should enter next qualifying
records from spreadsheet IF there are any more, otherwise
to END the table at last qualifying record:
How can I set up that table to insert AS MANY CELLS/ROWS
as THERE ARE QUALIFYING RECORDS, and print closing
text "Please send us appropriate appraisals for above
mentioned individuals"
right afterwards?