Printing underlines in blank form fields
Asked By Black Hawk
28-Jan-10 03:37 PM
I am using a prescribed form that people will double-check/fill-in at the
registration desk. I have got the form set up so that data that is available
prints in the proper location. However, if that particular data field is
empty (and needs to be filled out by pen/pencil) I'd like to print out an
underline, so it is clear to people they need to fill out that part. Can
anybody help? thanks.
How is the data that is available being displayed in the form?
Doug Robbins - Word MVP replied to Black Hawk
29-Jan-10 06:37 AM
How is the data that is available being displayed in the form? Is it by the
use of MergeFields or what?
--
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, originally posted via msnews.microsoft.com
Right now I am just using the ones with the chevrons, not the braces, but Ican
Black Hawk replied to Doug Robbins - Word MVP
02-Feb-10 03:57 PM
Right now I am just using the ones with the chevrons, not the braces, but I
can do it whichever way works. Now I am just manually inserting the underline
where there is a blank. But that gets tedious with 120 forms with numerous
empty fields.
Thanks.
OK, I assume from your response that you are using mergefields, in whichcase,
Doug Robbins - Word MVP replied to Doug Robbins - Word MVP
02-Feb-10 06:45 PM
OK, I assume from your response that you are using mergefields, in which
case, you can use an If...then...Else field construction
{ IF { MERGEFIELD mergefieldthatmightbeempty } <> "" "{ MERGEFIELD
mergefieldthatmightbeempty }" "___________________" }
--
Hope this helps,
Doug Robbins - Word MVP
Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.