Inserting Signature Boxes

S

Samuel

Hi there,

I just wondered if there was a way of inserting a number of signature boxes
at the bottom of a letter for a mail merge we are doing?

Idealy I would like to use an input box to ask how many are required and
depending on the answer (anywhere from 2 to 5) I want it to insert this
number of "Signed................. Date................ Print
Name.............." etc. I have tried this numerous ways but im afraid my
lack of knowledge/skills has got the better of me.

Does anyone have any suggestions/ideas?

Thanks very much in advance,
 
D

Doug Robbins - Word MVP

If you had a field in your data source named Signatures that contained the
number of signatures required for each record, you could use the following
field construction in the mail merge main document

{ IF { MERGEFIELD "Signatures" } = 5 "Signed.................
Date................ Print Name..............[Enter]

Signed................. Date................ Print Name..............[Enter]

Signed................. Date................ Print Name..............[Enter]

Signed................. Date................ Print Name..............[Enter]

Signed................. Date................ Print Name.............." { IF
{ MERGEFIELD "Signatures" } = 4 "Signed.................
Date................ Print Name..............[Enter]

Signed................. Date................ Print Name..............[Enter]

Signed................. Date................ Print Name..............[Enter]

Signed................. Date................ Print Name.............." { IF
{ MERGEFIELD "Signatures" } = 3 "Signed.................
Date................ Print Name..............[Enter]

Signed................. Date................ Print Name..............[Enter]

Signed................. Date................ Print
Name..............[Enter]" "Signed................. Date................
Print Name..............[Enter]

Signed................. Date................ Print
Name..............[Enter]" } } }

You use Ctrl+F9 to insert each pair of field delimiters { } and wherever
[Enter] appears in the above field construction, you would press the Enter
key.


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top