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  

Checkbox into a merge "switches"



 
 
Thread Tools Display Modes
  #1  
Old April 17th, 2008, 10:39 PM posted to microsoft.public.word.mailmerge.fields
Chris O
external usenet poster
 
Posts: 5
Default Checkbox into a merge "switches"

Hello, I am trying to import data from ACT as a mail merge, checkboxes show
up in word as "true" or "false". I would like it to say "Y" or be left
blank. How can I change the data in the switch info so it can do this?
Thanks!!!
  #2  
Old April 17th, 2008, 11:04 PM posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default Checkbox into a merge "switches"

Use and If...then...Else field

{ IF { MERGEFIELD fieldname } = "true" "y" "" }

You must use Ctrl+F9 to insert each pair of Field Delimiters { } and you use
Alt+F9 to toggle off their display.

--
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

"Chris O" wrote in message
...
Hello, I am trying to import data from ACT as a mail merge, checkboxes
show
up in word as "true" or "false". I would like it to say "Y" or be left
blank. How can I change the data in the switch info so it can do this?
Thanks!!!



  #3  
Old April 17th, 2008, 11:52 PM posted to microsoft.public.word.mailmerge.fields
Chris O
external usenet poster
 
Posts: 5
Default Checkbox into a merge "switches"

Hi Doug

Thanks for that, unfortunately ACT didn't like that, it came up with the
error "object has been deleted", I know it also doesn't like the date format
switches either.

The info when going ALT F9 is:
{ DOCVARIABLE [ACTFIELD]TBL_CONTACT.CUST_AgriculturalEquipment_121246028 \*
MERGEFORMAT }

The extension is actually .adt instead of .doc, not sure if that affects it
at all.

I have asked this question on the ACT website, but I am yet to get any
response.

Thanks,
Chris

"Doug Robbins - Word MVP" wrote:

Use and If...then...Else field

{ IF { MERGEFIELD fieldname } = "true" "y" "" }

You must use Ctrl+F9 to insert each pair of Field Delimiters { } and you use
Alt+F9 to toggle off their display.

--
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

"Chris O" wrote in message
...
Hello, I am trying to import data from ACT as a mail merge, checkboxes
show
up in word as "true" or "false". I would like it to say "Y" or be left
blank. How can I change the data in the switch info so it can do this?
Thanks!!!




  #4  
Old April 18th, 2008, 02:43 AM posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default Checkbox into a merge "switches"

Use

{ IF { DOCVARIABLE
[ACTFIELD]TBL_CONTACT.CUST_AgriculturalEquipment_121246028 \*
MERGEFORMAT } = "true" "y" "" }

I am not sure where you are seeing the extension .adt so cannot comment on
its significance

--
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

"Chris O" wrote in message
...
Hi Doug

Thanks for that, unfortunately ACT didn't like that, it came up with the
error "object has been deleted", I know it also doesn't like the date
format
switches either.

The info when going ALT F9 is:
{ DOCVARIABLE [ACTFIELD]TBL_CONTACT.CUST_AgriculturalEquipment_121246028
\*
MERGEFORMAT }

The extension is actually .adt instead of .doc, not sure if that affects
it
at all.

I have asked this question on the ACT website, but I am yet to get any
response.

Thanks,
Chris

"Doug Robbins - Word MVP" wrote:

Use and If...then...Else field

{ IF { MERGEFIELD fieldname } = "true" "y" "" }

You must use Ctrl+F9 to insert each pair of Field Delimiters { } and you
use
Alt+F9 to toggle off their display.

--
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

"Chris O" wrote in message
...
Hello, I am trying to import data from ACT as a mail merge, checkboxes
show
up in word as "true" or "false". I would like it to say "Y" or be left
blank. How can I change the data in the switch info so it can do this?
Thanks!!!






 




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 12:54 PM.


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