Search results

  1. I

    I need help in this, thanks million

    I changed it completely and now i have problem " data type mismatch in criteria expression " at Set rest = mydb.OpenRecordset(temp, dbOpenDynaset) code Private Sub Command2_Click() Dim mydb As DAO.Database Dim rest As Recordset Dim temp As String Dim mpayroll As String Dim mpage As String Dim...
  2. I

    send email BASED on query (individual)

    I changed it completely and now i have problem " data type mismatch in criteria expression " at Set rest = mydb.OpenRecordset(temp, dbOpenDynaset) code Private Sub Command2_Click() Dim mydb As DAO.Database Dim rest As Recordset Dim temp As String Dim mpayroll As String Dim mpage As String Dim...
  3. I

    send email BASED on query (individual)

    i TRY TO SEND EMAIL SPECIFIC RECORD TO SPECIFIC EMAIL THE PROBLEM IN RST PLEASE FOR HELP Option Compare Database Private Sub Command0_Click() Dim mydb As DAO.Database Dim rst As DAO.Recordset Dim tempst As String Dim qdf As QueryDef Dim rest As String Dim rst2 As Recordset Dim mdatee As...
  4. I

    send email on query

    I need to send email based on query (specific record) to specific one I have erorr " object required " and " Object variable or with block variable not set" I do not know what is the problem please some help thanks code here Option Compare Database Private Sub Command0_Click() Dim...
  5. I

    I need help in this, thanks million

    I have this db and for automtic sending emil based on query to send asingle record to specific contact email but I have a problem with SELECT with a message said ( too few parameters . expected1) i do not know how to solve that Private Sub Command6_Click() 'Dim MYDB As Database, RST11 As...
Back
Top Bottom