Search results

  1. icatterall

    Solved Trouble with email command

    This worked really well, thank you!
  2. icatterall

    Solved Trouble with email command

    @June7 Thank you and I will give that a go. @The_Doc_Man I do get the pdf file and the message to the Outlook screen. However, let's say that I hit that button mistakenly. If I close out of Outlook without sending it throws an error. This gets me to your other point. I will have to delete...
  3. icatterall

    Solved Trouble with email command

    Sorry about that, it is VBA. Private Sub Command168_Click() sTo = Me.txt_186 sSubj = "Automated Email of an Observation of " & Me.[FL] sBody = "Attached is an observation of" & " " & Me.[FL] & ", and it requires your attention." DoCmd.SendObject acSendReport, "Rpt_MainInstantIncidentEmail"...
  4. icatterall

    Solved Trouble with email command

    I have a button that exports a PDF to Outlook. Everything on that end runs perfectly. However, if I choose not to send that email, my database locks up. This is happening on the front end which is locked down. Is there a code that I should put in to stop the macro error due to not sending...
  5. icatterall

    Hello Data Friends

    While I might be new to posting on here, I am not new to coming here for awesome information. I started learning Access in the early 2000s and didn't really start to build databases until recently. I have had to go back and refresh a lot from what I learned a long time ago. Currently, I am...
Top Bottom