Search results

  1. F

    Send Email, VBA references

    Thanks James, that worked. It turned out that the error was just due to a null value. Appreciate your help!
  2. F

    Send Email, VBA references

    I am using Access 2000 and Outlook 2007. I am having trouble sending an email from Microsoft Access. The VBA references I am using are: Visual Basic For Applications Microsoft Access 9.0 Object Library OLE Automation Microsoft DAO 3.6 Object Library Microsoft ActiveX Data Objects 2.1 Library...
  3. F

    combo box, selection, sql

    I am creating a combo box with a button. In the below vba code, I am getting the string from the combo box. Then, I am trying to use SQL to the corresponding distro lists in the table (same row). This VBA code below is getting a Run-time error '438' Object doesn't support this property or method...
Back
Top Bottom