Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have created a form which I am going to mail out to members of a group. I
am merging from a member database to fill out the form as much as I can. This is for renewing membership into the club. I have a field called family/single in my database which has an "s" or a "f" in it. On my form, I have two fields with checkboxes. One called Family and the other called Single. Is there a way that I can interrogate the database field and place an "X" in the appropriate checkbox on the form for family or single during a merge? TIA! Pat |
#2
![]() |
|||
|
|||
![]()
Use an If...then...else field. You will actually need 2 of them
In the Family Checkbox, use { IF { MERGEFIELD "family/Single" } = "f" "X" "" } and in the Single Checkbox use { IF { MERGEFIELD "family/Single" } = "s" "X" "" } -- Please respond to the Newsgroup for the benefit of others who may be interested. Questions sent directly to me will only be answered on a paid consulting basis. Hope this helps, Doug Robbins - Word MVP "Patrick Maxon" wrote in message news:mhovd.95970$EZ.64674@okepread07... I have created a form which I am going to mail out to members of a group. I am merging from a member database to fill out the form as much as I can. This is for renewing membership into the club. I have a field called family/single in my database which has an "s" or a "f" in it. On my form, I have two fields with checkboxes. One called Family and the other called Single. Is there a way that I can interrogate the database field and place an "X" in the appropriate checkbox on the form for family or single during a merge? TIA! Pat |
#3
![]() |
|||
|
|||
![]()
How do I put this "in" the checkbox? Macro... VB?
"Doug Robbins" wrote in message ... Use an If...then...else field. You will actually need 2 of them In the Family Checkbox, use { IF { MERGEFIELD "family/Single" } = "f" "X" "" } and in the Single Checkbox use { IF { MERGEFIELD "family/Single" } = "s" "X" "" } -- Please respond to the Newsgroup for the benefit of others who may be interested. Questions sent directly to me will only be answered on a paid consulting basis. Hope this helps, Doug Robbins - Word MVP "Patrick Maxon" wrote in message news:mhovd.95970$EZ.64674@okepread07... I have created a form which I am going to mail out to members of a group. I am merging from a member database to fill out the form as much as I can. This is for renewing membership into the club. I have a field called family/single in my database which has an "s" or a "f" in it. On my form, I have two fields with checkboxes. One called Family and the other called Single. Is there a way that I can interrogate the database field and place an "X" in the appropriate checkbox on the form for family or single during a merge? TIA! Pat |
#4
![]() |
|||
|
|||
![]()
For the "checkbox", use the cells of a table.
-- Please respond to the Newsgroup for the benefit of others who may be interested. Questions sent directly to me will only be answered on a paid consulting basis. Hope this helps, Doug Robbins - Word MVP "Patrick Maxon" wrote in message news:Tirvd.96095$EZ.30547@okepread07... How do I put this "in" the checkbox? Macro... VB? "Doug Robbins" wrote in message ... Use an If...then...else field. You will actually need 2 of them In the Family Checkbox, use { IF { MERGEFIELD "family/Single" } = "f" "X" "" } and in the Single Checkbox use { IF { MERGEFIELD "family/Single" } = "s" "X" "" } -- Please respond to the Newsgroup for the benefit of others who may be interested. Questions sent directly to me will only be answered on a paid consulting basis. Hope this helps, Doug Robbins - Word MVP "Patrick Maxon" wrote in message news:mhovd.95970$EZ.64674@okepread07... I have created a form which I am going to mail out to members of a group. I am merging from a member database to fill out the form as much as I can. This is for renewing membership into the club. I have a field called family/single in my database which has an "s" or a "f" in it. On my form, I have two fields with checkboxes. One called Family and the other called Single. Is there a way that I can interrogate the database field and place an "X" in the appropriate checkbox on the form for family or single during a merge? TIA! Pat |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mail Merge Word 2003 Issue | Mailmerge | |||
How do I eliminate numerous "Mail Merge..." under my tool bar? | Microsoft Word Help | |||
How do you fill in two items at once? | Microsoft Word Help | |||
Mail Merge - Date Format | Microsoft Word Help | |||
Using Hyperlinks in Mail Merge IF...THEN...ELSE Statements | Mailmerge |