Results 1 to 3 of 3
  1. #1
    daymaker is offline Novice
    Windows XP Access 2000
    Join Date
    Feb 2012
    Posts
    2

    Merging to Word, Creating a list from multiple records

    (Using Access 2000 on my computer, but we have another computer in-office that has Access 2010.)

    We have an Access table that we're wanting to use in creating letters that go out to our customers so they know what all they have ordered from us in the last year. Here's a snapshot of a portion of the file's columns & records for reference:



    For each customer we have, we assign them an 'Account' number (as shown). Many accounts order multiple times from us. We are wanting to merge certain fields (such as 'Order Number', 'Company', 'Title', 'Order Qty', 'Item', 'Order Date') per record for each Account into one Word template so that we only have to send them one letter with a list of order details rather than multiple letters for each record in the table. Is this something that we can manipulate within the Access table? Maybe this would be driven by the Word template rather than an Access manipulation? Or do we need to convert this Access file to an Excel file to make this possible?

    Thanks in advance for any suggestions.



    John

  2. #2
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    Are you saying you want to get a Table looking something like this [based on your screenshot]:

    Code:
    Company           Order1   Qty1   Item1    OrdDt1    Order2  Qty2   Item2    OrdDt2     Order3   Qty3  Item3  OrdDt3
    
    Walden Hardware - 111048 - 500 - A912WH - 6/9/2011 - 111044 - 500 - A912WH - 6/9/2011 - 111041 - 500 - A912WH 6/9/2011 . . .
    ???

  3. #3
    daymaker is offline Novice
    Windows XP Access 2000
    Join Date
    Feb 2012
    Posts
    2
    Quote Originally Posted by Robeen View Post
    Are you saying you want to get a Table looking something like this [based on your screenshot]:

    Code:
    Company           Order1   Qty1   Item1    OrdDt1    Order2  Qty2   Item2    OrdDt2     Order3   Qty3  Item3  OrdDt3
    
    Walden Hardware - 111048 - 500 - A912WH - 6/9/2011 - 111044 - 500 - A912WH - 6/9/2011 - 111041 - 500 - A912WH 6/9/2011 . . .
    ???
    That's right... Then, with regard to Word template, I guess I'll have to look at the entire database and see which record (account) has the most orders & build in that many merge fields & command it to not print blank lines when fields are empty...or maybe there's another way?

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

Similar Threads

  1. VBA Loop to Combine Records
    By admessing in forum Queries
    Replies: 23
    Last Post: 03-06-2012, 11:37 AM
  2. Replies: 1
    Last Post: 12-08-2011, 08:03 AM
  3. Replies: 1
    Last Post: 08-18-2011, 08:35 AM
  4. Combine master detail records in one query
    By mariost in forum Queries
    Replies: 4
    Last Post: 05-14-2011, 11:25 AM
  5. Replies: 8
    Last Post: 01-21-2011, 10:28 AM

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