Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. catinreno

    Emailing proposals to customers through access using a button

    Hi RG, it's giving me a run-time error '2293' and says it can't send this e-mail message. When I click debug, it shows this part of the code highlighted in yellow. DoCmd.SendObject _ acSendReport, _ "rptProposal", _ acFormatRTF, _ False Before, depending on where I put it in the...
  2. catinreno

    Emailing proposals to customers through access using a button

    Hi RuralGuy: The thing is, I want it to BOTH enter the correct email AND attach the report. Right now it is not doing both. It does either one or the other. The code I pasted in gives me an error and wants to debug. If you can tell me why, I might be able to fix it so they both work...
  3. catinreno

    Emailing proposals to customers through access using a button

    Hi Ruralguy, I have read this page before and it explains how to have Access attach the report, but it doesn't explain how to have Access pull the correct customer email for each report I want to send. So it doesn't really help me. Any other suggestions?
  4. catinreno

    Emailing proposals to customers through access using a button

    Hi, I am new at this so please bear with me. I am working on an already created DB in Access that was not completely set up. The company wanted a button on a form to be clicked where it would take the information from the proposal and send the proposals to the customer when clicked...

Part and Inventory Search

Back
Top