Recent content by suvagich

  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

    Thnx a lot Paul... your solution worked for me.. thnx...
  4. 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,
  5. S

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

    thanx Pat... thanx paul... Done... Actully width was set to 0..
  6. S

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

    hi paul, as mentioned in linked, i tried... i am selecting value in forst combo box , depending upon that i am getting number of rows in second combo box but i can not see values in second combo box. say if i select 1st value in combo box 1, depending upon that i am getting 3 rows in second...
  7. 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,
Top Bottom