Results 1 to 6 of 6
  1. #1
    Mathis1225 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Feb 2018
    Posts
    4

    Mail Merge question

    So I have a button on a form that links to a mail merge document. I want the button to go to the specific record I have pulled up on the Access Form. How do I accomplish this task. Thank you.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    open a form to a specific record...txtID is the textbox holding the Key ID:

    docmd.openform "myForm",,,"[id]=" & txtID

  3. #3
    Mathis1225 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Feb 2018
    Posts
    4
    Quote Originally Posted by ranman256 View Post
    open a form to a specific record...txtID is the textbox holding the Key ID:

    docmd.openform "myForm",,,"[id]=" & txtID
    I need the mail merge document to open the record showing in the access form

  4. #4
    moke123's Avatar
    moke123 is offline Me.Dirty=True
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,643
    How are you performing the merge? It would help if you posted your code.

  5. #5
    Mathis1225 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Feb 2018
    Posts
    4
    I’m not using any code. I simply used the word merge button in access. At least I don’t know that I am using code for this process.

  6. #6
    moke123's Avatar
    moke123 is offline Me.Dirty=True
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,643

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

Similar Threads

  1. Mail Merge
    By sakhtar in forum Access
    Replies: 8
    Last Post: 09-20-2020, 09:10 AM
  2. Help with Mail Merge please ?
    By bellevue in forum Forms
    Replies: 21
    Last Post: 02-16-2013, 07:05 AM
  3. Mail Merge
    By DCV0204 in forum Forms
    Replies: 6
    Last Post: 12-13-2011, 09:32 AM
  4. "Another" Mail Merge question
    By jgelpi16 in forum Programming
    Replies: 14
    Last Post: 04-27-2011, 01:41 PM
  5. Mail merge
    By grgerhard in forum Forms
    Replies: 0
    Last Post: 04-25-2006, 05:06 PM

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