Search results

  1. L

    HELP!! Script to send multiple attachments via email

    Hi. I ran the code below and it gives me an error message "User-defined type not defined". The yellow highlight is at the code Dim objOutlook As Outlook.Application /////////////////////////////////////////////////////////////////////////////
  2. L

    Syntax Error in INSERT INTO Statement when using Dbs.Execute

    Access 2003 Error: Syntax Error in INSERT INTO Statement /////////////////////////////////////////////// Private Sub Add_Training_Records_Click() Dim Dbs As DAO.Database Set Dbs = CurrentDb Dbs.Execute "INSERT INTO Table_Group_Training_History ( Course_Name, Course_Description...
Back
Top Bottom