Search results

  1. J

    Scheduling a meeting appointment through an Access Command Button

    I am trying to create a command button in Access to generate a Meeting Invite. I found code for creating an Appointment and it works great but cannot get it to invite attendees. Please Help!!! Private Sub AddAppt_Click() On Error GoTo AddAppt_Err ' Save record first to be...
  2. J

    Create Outlook Appointment from VBA

    Hello I am trying to create an Outlook Meeting Request inviting from the Outlook Address Book. I am able to create the appointment but cannot get it to invite anyone. Can someone please help? Thanks here is my code Private Sub AddAppt_Click() On Error GoTo AddAppt_Err ' Save record first to...
Top Bottom