Search results

  1. A

    Updating fields through query

    I have two table Client_details and Release_details in a database,were client field is the primary keyin both the tabels.I want to update records of Airtel-India in Release_details,for that i have wrriten a query UPDATE Client_detail, Release_detail SET Client_detail.Client = "Airtel-India"...
  2. A

    Update query

    i want to change name of Bharti chennai to Airtel-India....... so want to update all records into Airtel-India....how to proceed
  3. A

    Update query

    I have two table Client_details and Release_details in a database,were client field is the primary keyin both the tabels.I want to update records of Airtel-India in Release_details,for that i have wrriten a query UPDATE Client_detail, Release_detail SET Client_detail.Client = "Airtel-India"...
  4. A

    renaming a filed in a table

    I have a table Client-Details,in which i have a record namely "bharti-chennai".this table is associated with aother table "release-details". bharti-chennai has records in relase details.i want to change the name of bharti-chennai to bharti -mumbai ..how to do it.
  5. A

    multiple selection in a combo box

    but i have a notinlist event with this combo box how could i associate it with list box
  6. A

    multiple selection in a combo box

    In form "sendmail" their is a combobox "to" which gets ur email address. i want we could be able to select multiple entries thruogh this combo box and it should be seprated by a semi colon
  7. A

    combobox fields

    In the from "send mail" i have a combox "to" which is bounded to a field "names" in the table "email". i want new names to be added to the list automatically so In its "notinlist" event i have put this code... and getting an error plz help Private Sub txtTo_NotInList(NewData As String, Response...
  8. A

    saving fileds

    I have a form "release_details" having fields date, version, cksum ,comments,labels, and is link to a table, it has a button "mail" ,on clicking this button a new form is open which has a button "send mail" on clicking this a mail is sent and pops a message "mail sent". I need when "send mail"...
  9. A

    combo box

    In the from "send mail" i have a combox "to" which is bounded to a field "names" in the table "email". i want new names to be added to the list automatically so In its "notinlist" event i have put this code... Private Sub txtTo_NotInList(NewData As String, Response As Integer) Dim strSQL As...
  10. A

    bounding a filed

    plz guide mee how to do tht
  11. A

    bounding a filed

    i have a form "send mails" which is unbound it have a combobox field "to" ,i want it to bound to a field "names" in the table "email"
  12. A

    save record of other form

    I have a form "release_details" having fields date, version, cksum ,comments,labels, and is link to a table, it has a button "mail" ,on clicking this button a new form is open which has a button "send mail" on clicking this a mail is sent and pops a message "mail sent". when "send mail" is click...
  13. A

    Address book

    sir , when i selecting outlook i am getting a error "Access cannot run the outlook server make sure u have outlook server installed on ur pc" Thnxx
  14. A

    Address book

    sir i read ur post but i cant get which dialog box ur talking about so sir plz answer in deatil
  15. A

    Address book

    can you plz tell in detail how to do tht
  16. A

    saving data

    can u help me with the query . how would it like be.
  17. A

    saving data

    their r two different forms i want too save data from the first form from click of the button of the second form
  18. A

    saving data

    I have a form "release_details" having fields date, version, cksum ,comments,labels, and is link to a table, it has a button "mai"l ,on clicking this button a new form is open which has a button "send mail" on clicking this a mail is sent and pops a message "mail sent".I need when "send mail" is...
  19. A

    Address book

    I have a form "frmsend mail" whic have fields "To" and "Cc" i want to have a address book in the access itself having same functionality as outlook i.e it should add new email id to the address book, prompt the email id,etc. How to do tht. thnxx
  20. A

    mail attachment

    Hi all I have a form "frmSendEmail" having buttons "attachment" and "send mail" on click of attachemnt a file can be attached, on click of send mail mail can be sent. but if nothing is attached mail cant be send it shows an error "invalid use of null" i want mail to be send with out...
Top Bottom