I want to create a mail merge for address labels into a table, but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address.

...but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address. Please help.
Thanks!

That is a quirk of Pagesthat  it applies only one record per page.
There is a way around this:
http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=245&highlight=labels &mforum=iworktipsntrick
Peter

Similar Messages

  • How do I delete multiple emails at the same time rather than individually?

    How do I delete multiple emails at the same time rather than individually?

    My mistake
    I was looking at my KB, even tested my suggestion with the command key, and then wrote option
    Barry

  • How can I get two cameras to aquire at the same time rather than one after the other

    I've got (2) PCI-1428 cards, Two Uniq Vision cameras with power supplies, cameralink cables, and IMAQ-D6804 cables. Both cameras are being triggered by the same switch, but they are not grabbing images at the same time. Right now it is triggering one camera as desired, but the other doesn't aquire until after the time-sensitive event. On the next test, the two camera will trade these roles. I am using 2 cards, so they should acquire at the same time. How do I change it so that they grab images at the same time? Thank you for your help.
                                                      ​            Deater

    Hi Deater,
    Thank  you for your post.  Triggering from two cameras at the same time may be a little trickey, but it can be done.  There are multiple ways to tackle this problem.  If you have a RTSI cable, you can RTSI the two PCI boards together internally to lock them in HW.  You should also be able to use the triggering line on each board.
    One of the best methods for triggering multiple boards is called GenLocking.  The following Developer Zone page describes GenLocking more fully and has several examples to help you out: http://zone.ni.com/devzone/conceptd.nsf/webmain/a3​87b5c0ac6f6f4e86256c87005fcddf.
    The "HL Grab with two boards.vi" shipping example is also a good example of the code needed to trigger two individual boards in LV.  I found a similar post that may be of some help as well: http://forums.ni.com/ni/board/message?board.id=230​&message.id=2691&requireLogin=False
    Hope this helps!
    Thanks,
    Scott Savage
    National Instruments
    Applications Engineering
    www.ni.com/support

  • Is there a way to snap cut/edited portions together on the same track rather than manually having to drag them together?

    Is there a way to snap cut/edited portions together on the same track rather than manually having to drag them together?  To elaborate, if I have a 3 minute track of raw audio and I edit out the middle 30 seconds of it I am left with two tracks with a "30 second" area that has no file.  To join them manually I can click and drag one portion of the audio until I match it with the other section but instead, is there a shortcut or function that I could select that automatically marries up the cut portions of the track, thereby eliminating the 30 second gap?

    Yes: hold the control key while deleting (or select "delete and move" from the Edit menu.)

  • How do I set all photos in a project to the same date (rather than simply time-shifting)?

    I have a bunch of old scanned photos in Aperture (current version - 3.5.1), and am trying to tidy up the metadata, especially the dates.
    This is turning out to be quite a task, as the date gaps between scans are all over the place. For example, in one project I might have photos scanned between 2004 and 2007 that all took place on one day in 1999.
    This means the native "adjust date and time" function in the metadata menu doesn't work, as it is a little too clever in its timeshifting. If I highliht the whole project and change it all to 1 June 1999, the 2004 shots get changed to that date but the 2007 scans are dated 2002, with Aperture "cleverly" preserving the inaccurate three year gap in the original scans' metadata.
    This is making the process of fixing my data far more arduous than it needs to be.
    I feel like my situation can't be that unusual, and their must be a way to override this behaviour. I'm not fussy about preserving logical time gaps between shots  but I'd like them to have the right year and month (so a "dumb" solution that gave them all idntical date and times would be fine).
    Can anayone help? Thanks in advance!

    What is your Aperture version?
    If it is compatible with iPhoto, open the Aperture library in iPhoto and use iPhoto's Batch Change to adjust the date of your scans:  (File > Open Library in iPhoto)
    In iPhoto select the photos in the event and go to the main menu bar:
    Photos  > Batch Change > Set Date:
    Select the initial date and time of your photos and a very small gap, e.g. 1 second. All photos will set to the same date, stepped by one second to preserve their time order.
    Afterwards switch back to Aperture using "File > Open Library in Aperture).
    this works very well with Aperture 3.5.1 and iPhoto 9.5.1.
    -- Léonie

  • Multiple takes on the same track, fading from one take to another

    Isn't there a way to record multiple takes on the same track and fade the takes together?  In an old version of Garage Band, you used to be able to put two takes one on top of the other in the same track and fade them together.  Now, the track just cuts and there's no fading to the next one.  It's so cheesy this way; all live instruments need two tracks, one for mess-ups. I called up Apple Care but the guy couldn't find a solution.  If this is the way it is now, it's very cheap.  I mainly bought the Mac because of Garage Band, the Garage Band of old; has it been dumbed down now so that musicians are forced to spend even more money to upgrade to the next level program?  I wouldn't have bought the Mac but instead stuck with Mixcraft on PC, which has ease of use and cost only $80.  Please say there is a way to fade from one take to the next on the same track without cutting off one take abruptly.  Otherwise I have been duped by Apple. 

    alexafrompassaic wrote:
    I believe it was Garage Band '08 that I used with crossfade.
    Sorrry dude, didn't happen.
    I'm guessing you used Apple Soundtrack - sounds a lot like what you're describing.
    Garageband, incidentally, has only added features version to version.
    alexafrompassaic wrote:
    do you know if Apple would take back my computer? 
    If you explain to them that you expected software you once used on another computer to be included on this one, how could they not?

  • Can we prevent entering the same condition more than one time?

    Hi friends,
    Can we prevent the user for entering the same condition type more than one time in same sales order?
    Rama rao

    /write codes in Include ZXVVAU05/
    /prgm avbl in one of the msg in forum/
    DATA: BEGIN OF tXKOMV OCCURS 50.
    INCLUDE STRUCTURE KOMV.
    DATA: END OF tXKOMV.
    data : tab_name(40) type c ,
    ld_len type i , ld_len1 type i .
    field-symbols : <tab> type any.
    tab_name = '(SAPMV45A)XKOMV[]'.
    assign (tab_name) to <tab>.
    txkomv[] = <tab>.
    describe table txkomv lines ld_len .
    sort txkomv by kposn KSCHL .
    delete adjacent duplicates from txkomv comparing kposn KSCHL .
    describe table txkomv lines ld_len1 .
    if ld_len1 ne ld_len .
    refresh txkomv .
    message e002(zmm) with ' Please remove duplicate condition in item price' .
    endif .

  • The ff default theme keeps re-enabling itself after computer restart even though I enable littlefox and restart firefox, and it does the same on more than one computer. I want littlefox to start with firefox, not have to enable every time.

    I want littlefox to start with firefox, not have to enable every time the computer starts.

    @kalos
    Uninstalled everything PA, also uninstalled mangler which was the only thing that depended on PA. It didn't work anyway.
    No pulseaudio --kill command so I couldn't run.
    Checked systemd journal and there is no mention of PA this time.
    Checked top, and grepped ps aux and there is no PA there either.
    I also rebooted the machine completely just to make sure. However VLC and HTML5 have the same incompatibilities.
    _ vlc Videos/anime/fmab/01.mp4
    VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5)
    [0x1bc30f8] pulse audio output error: PulseAudio server connection failure: Connection refused
    [0x1af4118] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    Fontconfig warning: FcPattern object size does not accept value "0"
    Fontconfig warning: FcPattern object size does not accept value "0"
    Fontconfig warning: FcPattern object size does not accept value "0"
    Fontconfig warning: FcPattern object size does not accept value "0"
    [0x7fb604001248] main vout display error: Failed to resize display
    But the video and audio did work until I ran some HTML5 video, after which the audio worked, and then I opened it again and it didn't work...
    @nomorewindows
    I see. That's too bad. At least we're not alone.
    Last edited by Greduan (2014-11-14 01:34:29)

  • TS3999 PUtting multiple entries in the same calendar spot for different people, locations?

    Using icloud calendar to track my mtgs and meeting space reservations.  Once I enter my appt, I can't put the SAME appt in the same spot, for other managers' calendars, or the meeting space, without creating each as a mtg at a differnt time & then correcting that?  Because it doesn't seem to let me work in a space that is already "occupied"...  Help!

    Delete all Locations and use Automatic.
    When you enter the password for each sub-node, OS X remmebers it, so if you travel it just connects to the next sub-node.
    Locations is used for different networks with totally different setups, not just passwords.

  • Using a form for multiple entries in the same year

    I am wondering if a form can be saved/submitted and added to throughout the course of a year? I want to collect quarterly data all in the same form.I am wondering if a form can be saved/submitted and added to throughout the course of a year? I want to collect quarterly data all in the same form.

    Hi, Sumit
    The Sample code for the Control Break Statement is as follow,
    loop at it1_eobi_ded into wa_it1_eobi_ded.
        at new year.
          check_year = 'X'.
          clear wa_year_total.
        endat.
        if check_year = 'X'.
          clear check_year.
        else.
          wa_it1_eobi_ded-year = ''.
        endif.
        add: wa_it1_eobi_ded-p_staff to wa_year_total-p_staff,
             wa_it1_eobi_ded-p_ded to wa_year_total-p_ded,
             wa_it1_eobi_ded-dw_staff to wa_year_total-dw_staff,
             wa_it1_eobi_ded-dw_ded to wa_year_total-dw_ded,
             wa_it1_eobi_ded-total_ded to wa_year_total-total_ded.
        append wa_it1_eobi_ded to it2_eobi_ded.
        at end of year.
          wa_year_total-month_name = 'Year T'.
          append wa_year_total to it2_eobi_ded.
        endat.
        at last.
          sum.
          wa_it1_eobi_ded-month_name = 'Grand T'.
          append wa_it1_eobi_ded to it2_eobi_ded.
        endat.
      endloop.
    Please Replay if you need more help regarding Control Break Statement.
    Kind Regards,
    Faisal.

  • How can you delete multiple copies of the same songs without deleting one at a time?

    I have multiple copies of most of the songes in Itunes. How can I delete multiple copies without doing it one at a time?

    Select/highlight more than one at a time followed by selecting Delete.

  • How do i connect both my ipad and iphone to wifi at the same time. i can one or the other connected but not both?, how do i connect both my ipad and iphone to wifi at the same time. i can one or the other connected but not both?

    ive just moved out and have just been connected to talk talk broadband today.  Both my ipad mini and iphone are saying they are connected to wifi but only my iphone will connect to online services where my ipad mini won't.  But if i disconnect my iphone from wifi then my ipad will work online and then when trying to connect my iphone back to wifi that won't work with online services.  is this because they are both using the same apple account?  though when i was living at home my mum had sky router and i was able to connect both devices with no problem.  is there anyway of connecting both devices so they work online at the same time??

    There is absolutely no reason why they should not bothe be able to connect to your WiFi network. The easiest place to start would be to reboot your router. Unplug it for about 30 seconds and then plug it back in again. I would also restart both the iPad and the iPhone.

  • Opening two windows with "_blank" rather than one...

    While setting up external links, I am finding that every time
    I have the link open in a new (_blank) window, two windows will
    open up with the same link rather than one. I guess two is better
    than none, but does anyone know why this is happening? And also how
    to fix the problem? I tried using _parent and it does the same
    thing. I'm new at flash but understand the principles, though is
    there something I'm missing?

    I know of no reason why that would happen other than having
    the getURL, LoadVars or whatever being called twice - e.g once with
    an onPress and then again with onRelease or something like that.
    If you want someone to look at your relevant code, feel free
    to post it here using the attach Code button (if you don't do it
    this way then the formatting of your code can get messed up).

  • How to use left outer join on more than one table (source)

    Hi all,
    In our project we are converting the Unix shell & SQL scripts into OWB mappings. We are facing problem converting left outer join in OWB. here is one of the example. i have just pasted the FROM and where condition.
    FROM ym_scr t1, branch_finmonth t3
    LEFT OUTER JOIN item_image t2
    ON (t1.branch_no = t2.branch_no
    AND t1.item_no = t2.item_no
    AND t3.to_date between t2.tran_dt and t2.to_dt
    AND t2.to_dt >= '$start_images' ) <<<========= '$start_images' THIS COMES FROM THE UNIX VARAIBLE ,
    We converts the same when we are putting it in OWB join Operator
    INGRP1.branch_no = INGRP2.branch_no(+)
    AND INGRP1.item_no = INGRP2.item_no(+)
    AND INGRP3.to_date between t2.tran_dt and t2.to_dt
    AND INGRP2.to_dt >= INGRP2.start_images
    But as you see in the OWB opreator we can put left join with INGRP1 with INGRP2.
    We can not make same join with INGRP3 & INGRP4 , becoz it failed saying "you cannot left outer join on more than one table/source".
    so overall this OWB code makes incomplete left outer join as per the above ANSI SQL join in Oracle.
    Bcoz of the problem we are getting less number of rows...........
    SO please please help me on this
    Regards
    Ashok

    Hi.
    I know this topic is here for a while now, but I had the same problem today, searched for help and didn´t find anything.
    Later I figured out how to do this.
    You just have to put the (+) one time, and the OWB converts in an LEFT OUTER JOIN statement.
    For this case, all you have to do is:
    ( INGRP1.branch_no = INGRP2.branch_no(+) AND INGRP1.item_no = INGRP2.item_no AND INGRP2.to_dt >= INGRP2.start_images )
    Regards,
    Godoy

  • Is there a way to gift a playlist of say 10 songs all at once rather than one at a time?

    Wanting to send small playlists as valentine gifts but can't figure out how to do it. I would like to gift them all at once rather than one at a time.
    Is it possible?
    Thanks,
    Lis

    Not that I have encountered, but if your provider supports webmail, you can generally accomplish it that way.

Maybe you are looking for

  • How can I set the submit button to email only certain pages of the pdf not the entire pdf?

    We have a pdf that is a hundred pages or so where each page is an individual product that the customer can select for purchase. At the end of the pdf is an order form. We want to be able to email just the few pages which are the form as a pdf. The de

  • TS3274 Home Button not working on Ipad

    The home button on my Ipad is very tempremental and usually not working at all. Any ideas?

  • Download HR Master Data - PU12?

    Hi, We are designing an outbound interface from SAP HR, to publish master data, but only some infotypes. Regarding implementation, someone suggested Interface Toolbox (tr. PU12), however, when I did a brief analysis in the system it seemed to be quit

  • Using AD to authenticate BYOD users on Guest WLAN

    First off, I have several WLANs -- one is a "Guest" that is anchored to our corporate WiSMv1 running 7.0.240.0 code.  We have many 5508s running 8.0.100.0 -- the "guest" is tunneled back to the core WiSMv1.   Right now, the Guest splashes a web page

  • Transfering Files using Sockets

    Hello, im new to Java network. Im trying to build a client-server application that reads a file, converts it to bytes and writes it to socket. A server application then gets the bytes, and writes the file to the remote location. It seems whatever i d