Search results

  1. E

    Creating a Task in Outlook with Access VBA

    Thanks The_Doc_Man and JHB. That fixed it. As I noted in my intro, I've not really learned VBA, I'm just trying to find examples and apply them to my need. This is a great example of the example I found got me close. And you helped me get all the way there. I realize my code may not be...
  2. E

    Creating a Task in Outlook with Access VBA

    Great question. I don't know how to create a reference to Outlook. I did have this in my code but the debugger stopped this. Dim OLApp As Outlook.Application Dim OLTask As Outlook.TaskItem Is that what you mean? Also, the code below creates an email. Why would it do that?
  3. E

    Creating a Task in Outlook with Access VBA

    I've found this code on-line and tried to adapt it to my Access Database. I want to Create an Outlook Task. But for some reason this code is creating an EMAIL! I can't figure out why. Any clue? Private Sub Command202_Click() Dim OlApp As Object Dim OlTask As Object Set OlApp...
  4. E

    Hi All

    I've been using Access since the 90's for VERY BASIC at home functions. I find it kind of fun. Recently I started using MS Access to help me manage many data files at work. I've started using Macros and some basic VBA code- usually i copy from various posts and figure out how to apply it to my...
Back
Top Bottom