Search results

  1. S

    error while sending message through VBA script

    hi, i am getting an error while sending an email using VBA script SendObject method. error is as following : No profile have been created.to create a profile, use Mail icon in control panel. my script is as following: DoCmd.SendObject acSendnoObject, _ "my email id", , , _ "message...
  2. S

    Send an email using VBA script

    hi, can anyone plz tell the VBA script to send an email ? if anything needed to b declared , how to declare that things and all that... thnx,
  3. S

    select count of record into variable

    hi, i want to select total count of records of table into variable. so how can i do that using select query? select count(*) into variable from table ; is this correct way???? thanx,
  4. S

    select data in 2nd combo box depending on 1st combo box

    hi, I want to select values in 2nd dropdown list depend upon the value selected in 1st dropdown list. so, how to proceed in that??? thanx,
Back
Top Bottom