A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Mailmerge
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Word: IF statement to merge a field only if another Field is popul



 
 
Thread Tools Display Modes
  #1  
Old August 23rd, 2006, 11:02 AM posted to microsoft.public.word.mailmerge.fields
HelenC
external usenet poster
 
Posts: 3
Default Word: IF statement to merge a field only if another Field is popul

There are three fields SUBJECT_CODE, STUDENT_NAME, TUTOR_NAME. In all cases,
the Subject_Code field will be populated, but either the Student_Name field
or the Tutor_Name field (never both). I want to put in a command to only
merge the Subject_Code field IF the Tutor_Name field is populated. I have
used the help function and found the example below, which I have tried to
adapt to say IF mergefield Tutor_Name is not blank merge mergefield
Subject_Code or if false put nothing, but it didn't work.

"If the Company data field for a data record contains any information — that
is, if the field is not blank — Word prints text from the CompanyAddress
field. Otherwise, Word prints text from the HomeAddress field."

{ IF { MERGEFIELD Company } " " "{ MERGEFIELD CompanyAddress }" "{
MERGEFIELD HomeAddress }" }

This is what I put:
{ IF { MERGEFIELD TM_Name} "{MERGEFIELD Socrates_Subject_Code }" " ""}

But no luck. I don't really have any knowledge of programming, everything I
know (which is little) is self taught and done by trial and error! I'd be
very grateful for some help. If I can't solve this, I'm going to have to
redesign my database, which I would rather not do.

Thank you in advance.


  #2  
Old August 23rd, 2006, 12:13 PM posted to microsoft.public.word.mailmerge.fields
Graham Mayor
external usenet poster
 
Posts: 18,297
Default IF statement to merge a field only if another Field is popul

{IF{Mergefield Tutor_Name} "" "{Mergefield Subject_Code}"}
should work

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


HelenC wrote:
There are three fields SUBJECT_CODE, STUDENT_NAME, TUTOR_NAME. In
all cases, the Subject_Code field will be populated, but either the
Student_Name field or the Tutor_Name field (never both). I want to
put in a command to only merge the Subject_Code field IF the
Tutor_Name field is populated. I have used the help function and
found the example below, which I have tried to adapt to say IF
mergefield Tutor_Name is not blank merge mergefield Subject_Code or
if false put nothing, but it didn't work.

"If the Company data field for a data record contains any information
- that is, if the field is not blank - Word prints text from the
CompanyAddress field. Otherwise, Word prints text from the
HomeAddress field."

{ IF { MERGEFIELD Company } " " "{ MERGEFIELD CompanyAddress }" "{
MERGEFIELD HomeAddress }" }

This is what I put:
{ IF { MERGEFIELD TM_Name} "{MERGEFIELD Socrates_Subject_Code }" "
""}

But no luck. I don't really have any knowledge of programming,
everything I know (which is little) is self taught and done by trial
and error! I'd be very grateful for some help. If I can't solve
this, I'm going to have to redesign my database, which I would rather
not do.

Thank you in advance.



  #3  
Old August 24th, 2006, 08:49 AM posted to microsoft.public.word.mailmerge.fields
HelenC
external usenet poster
 
Posts: 3
Default IF statement to merge a field only if another Field is popul

It worked! Thank you so much.

"Graham Mayor" wrote:

{IF{Mergefield Tutor_Name} "" "{Mergefield Subject_Code}"}
should work

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


HelenC wrote:
There are three fields SUBJECT_CODE, STUDENT_NAME, TUTOR_NAME. In
all cases, the Subject_Code field will be populated, but either the
Student_Name field or the Tutor_Name field (never both). I want to
put in a command to only merge the Subject_Code field IF the
Tutor_Name field is populated. I have used the help function and
found the example below, which I have tried to adapt to say IF
mergefield Tutor_Name is not blank merge mergefield Subject_Code or
if false put nothing, but it didn't work.

"If the Company data field for a data record contains any information
- that is, if the field is not blank - Word prints text from the
CompanyAddress field. Otherwise, Word prints text from the
HomeAddress field."

{ IF { MERGEFIELD Company } " " "{ MERGEFIELD CompanyAddress }" "{
MERGEFIELD HomeAddress }" }

This is what I put:
{ IF { MERGEFIELD TM_Name} "{MERGEFIELD Socrates_Subject_Code }" "
""}

But no luck. I don't really have any knowledge of programming,
everything I know (which is little) is self taught and done by trial
and error! I'd be very grateful for some help. If I can't solve
this, I'm going to have to redesign my database, which I would rather
not do.

Thank you in advance.




  #4  
Old August 24th, 2006, 10:33 AM posted to microsoft.public.word.mailmerge.fields
Graham Mayor
external usenet poster
 
Posts: 18,297
Default IF statement to merge a field only if another Field is popul

You are welcome.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


HelenC wrote:
It worked! Thank you so much.

"Graham Mayor" wrote:

{IF{Mergefield Tutor_Name} "" "{Mergefield Subject_Code}"}
should work

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


HelenC wrote:
There are three fields SUBJECT_CODE, STUDENT_NAME, TUTOR_NAME. In
all cases, the Subject_Code field will be populated, but either the
Student_Name field or the Tutor_Name field (never both). I want to
put in a command to only merge the Subject_Code field IF the
Tutor_Name field is populated. I have used the help function and
found the example below, which I have tried to adapt to say IF
mergefield Tutor_Name is not blank merge mergefield Subject_Code or
if false put nothing, but it didn't work.

"If the Company data field for a data record contains any
information - that is, if the field is not blank - Word prints text
from the CompanyAddress field. Otherwise, Word prints text from the
HomeAddress field."

{ IF { MERGEFIELD Company } " " "{ MERGEFIELD CompanyAddress }"
"{ MERGEFIELD HomeAddress }" }

This is what I put:
{ IF { MERGEFIELD TM_Name} "{MERGEFIELD Socrates_Subject_Code }"
" ""}

But no luck. I don't really have any knowledge of programming,
everything I know (which is little) is self taught and done by trial
and error! I'd be very grateful for some help. If I can't solve
this, I'm going to have to redesign my database, which I would
rather not do.

Thank you in advance.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:01 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.