Recent content by gdess247

  1. G

    Send reminder in Outlook to multiple recipients

    Ok. Got it working. Here is my final code. Hope it helps someone else. Thanks for all of your help. Option Compare Database Option Explicit Private Sub AddAppt_Click() On Error GoTo Add_Err 'Save record first to be sure the required fields are filled. DoCmd.RunCommand...
  2. G

    Send reminder in Outlook to multiple recipients

    I will investigate. Thanks for your help.
  3. G

    Send reminder in Outlook to multiple recipients

    Thanks for the update. I have made the following changes below and it cycles through each record and sets my "AddedToOutlook" to True which is exactly what i need. Since I am running the code to display I was able to notice that when the email pops up it does not have the email address in...
  4. G

    Send reminder in Outlook to multiple recipients

    Hello All, I have a task database that I need to send reminders to multiple users from. I have most of the code working, but need some help. 1. I have a button and in the On-Click event I have placed my code. My goal is that upon clicking the button the reminder will be added to...
  5. G

    Hello

    Hi everyone, I am not "new" to access (have created a few databases), but would not call myself an expert by any means. I am always learning, but i know a little something ;). I look forward to being an active member of the community instead of just a lurker.
Top Bottom