topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 9:38 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: can anybody help with a word/excel mail merge query?  (Read 4353 times)

m_s

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 433
    • View Profile
    • Donate to Member
can anybody help with a word/excel mail merge query?
« on: March 15, 2007, 07:45 AM »
i have a big excel file - about 1,000 entries.  it's used for logging names of people responsible for the web-pages i keep up to date.  there's a review-date set for each page, and so every few months i need to write to each person and ask them to check for accuracy, etc., and let me know of any changes that need to be made.

i'm in the process of putting together a word mail merge document that can suck data out of the excel file.  i've got it to work with a single line, but i'm confused about how i can make it work where a person is responsible for several pages.  each page will be on a separate line in the excel file, and i expect there is something boolean that i can do, but i can't figure it...

i want it to check if the name in the 'person responsible' field recurs, and if so to insert the merge field again, and if not move onto the next name in the 'person responsible', and generate a new copy of the letter addressed to that name.  got it?  have i?  or am i asking the wrong question?

any help much appreciated!
« Last Edit: March 15, 2007, 08:38 AM by m_s »

Perry Mowbray

  • N.A.N.Y. Organizer
  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 1,817
    • View Profile
    • Donate to Member
Re: can anybody help with a word/excel mail merge query?
« Reply #1 on: March 15, 2007, 08:44 AM »
I think you are right: you are asking the wrong question  ;)

I've just had a play with using a series of NEXTIF, SKIPIF, IF's, bookmarks etc but it's all too complex. It's just not the way mail merges are meant to work!

I'd suggest writing a macro to transform your original data source into a one line per person type file: that's the way mail merges should work.

Probably the easiest way to handle the different numbers of 'Pages' for each person is to concatenate them into a single field (possibly with linebreaks if that suits with your letter).

Let me know if you need a hand with the macro.

- Perry

jacidbazz

  • Participant
  • Joined in 2007
  • *
  • default avatar
  • Posts: 11
    • View Profile
    • Donate to Member
Re: can anybody help with a word/excel mail merge query?
« Reply #2 on: March 15, 2007, 08:19 PM »
Hi there. It would be pretty easy to import the excel list into an access database, create a "group by" person responsible query, and then export from there to word as a mail merge (via tools - office links - merge with word).