Results 1 to 7 of 7
  1. #1
    missesclick is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    4

    Mail Merge with Access

    I need to do an email mail merge with data from Access. I have an Access table or query with data in multiple rows that needs to be merged into a single email. The data in Access looks something like this:



    student school school address email
    Code:
     
    Lisa Singer Andover 32 Andover Street lsinger@e.com
    Lisa Singer Kew-Forest 6 90th St. lsinger@e.com
    Lisa Singer Clinton School 80 Tremont St. lsinger@e.com
    Dan Jones Clinton School 80 Tremont St. danj@l.com
    Dan Jones Andover 32 Andover Street danj@l.com
    Jim Smith Kew-Forest 6 90th St. smith@gm.com
    I want to send an email to each student that would look something like this:

    Dear Lisa,

    We have sent your application to the following schools:

    Code:
     
    Andover 32 Andover Street
    Kew-Forest 6 90th St.
    Clinton School 80 Tremont St
    .



    When I put it into Word, I get 3 messages for Lisa, each with a separate school listed. Last year I tried 4Tops Mail Merge for Access software, but somehow it never worked right. I work for a non-profit so we don't have money to spend for consultants. But we have a high volume of work, and need this to go out by email if at all possible.

    Please help!!

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by missesclick View Post
    When I put it into Word, I get 3 messages for Lisa, each with a separate school listed.
    that's what is supposed to happen with data like what you posted. is that now what you want?

    If not, I would suggest querying out what you want from the table before doing the merge.

  3. #3
    missesclick is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    4
    No, I want one email for Lisa with all 3 of her schools listed on it. The problem is that in the Access tables and queries each record for the schools associated with Lisa is a separate row. How can I get one row for Lisa with the schools listed in columns? Then I should be able to do a mail merge with Word.

  4. #4
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    you'll have to transform the data using a recordset, I'm sure. Just looking at it, a crosstab might not do it, but I can't say 100%. not experienced enough to say just be guessing.

  5. #5
    missesclick is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    4
    Thanks. I looked at crosstab queries and PivotTables, but neither one was what I wanted.

    I don't know of any way to do it using recordsets.

    Thanks for your help, though!

  6. #6
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    I'm sorry misses. I don't have time to write a sample function for you right now. hopefully someone else can.

    good luck!

  7. #7
    missesclick is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    4
    Thanks, anyhow!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Access Query mail merge to Word
    By Jan Collier in forum Access
    Replies: 8
    Last Post: 08-30-2010, 09:52 AM
  2. Mail merge from two access tables
    By Peter in forum Access
    Replies: 2
    Last Post: 08-24-2010, 12:17 PM
  3. Access / Word mail merge problem.
    By PD1117 in forum Access
    Replies: 0
    Last Post: 07-06-2010, 09:41 AM
  4. Replies: 16
    Last Post: 03-15-2010, 12:02 AM
  5. Mail Merge from Access to Word
    By Rachelkm2 in forum Programming
    Replies: 1
    Last Post: 05-29-2009, 02:49 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums