Results 1 to 4 of 4
  1. #1
    kristijo is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2014
    Posts
    4

    Send Single Record From Form


    Hi,
    I would like to be able to place a button on my invoice form that will allow me to e-mail the individual invoice to the person being billed (the e-mail address is included on the form). I created a macro that works to send a PDF file of all of the records and I am having trouble figuring out how to send just the current record. I would also like to have the e-mail address automatically populated based on the e-mail address on the current record.

    I am pretty new to Access so the simpler the solution the better

    Thank you!
    KJO

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,638
    Forms are intended for screen viewing. Reports are intended for printing. Build a report. Apply filter to report when opening.

    Do you want to include record info in the body of the email or do you want to attach the record as a PDF?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    kristijo is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2014
    Posts
    4
    Quote Originally Posted by June7 View Post
    Forms are intended for screen viewing. Reports are intended for printing. Build a report. Apply filter to report when opening.

    Do you want to include record info in the body of the email or do you want to attach the record as a PDF?

    I built the invoicing system using the book Learning MS Access by Greg Bowden. The step-by-step process included building the invoice form which prints in the format I want. Now, I want to be able to e-mail each individual record as a PDF.

    Any ideas?

    Thanks,
    KJO

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,638
    A report is the best vehicle for output to printer or PDF. A form can be made to do this but usually not as nice. Either way, must filter to the single record you want to output.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 1
    Last Post: 09-07-2014, 10:15 PM
  2. Replies: 2
    Last Post: 02-28-2013, 07:29 AM
  3. Replies: 4
    Last Post: 11-07-2011, 07:25 PM
  4. Export single record from a form to PDF
    By GraemeG in forum Programming
    Replies: 1
    Last Post: 04-10-2011, 01:33 PM
  5. Single Record Update Query from a Form
    By Steven.Allman in forum Access
    Replies: 0
    Last Post: 03-30-2011, 09:34 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