Search results

  1. D

    Multiple Email Buttons One Access Form!!!

    I ended up using the code submitted by John A. I did get Elbweb's code to work. I used John A's code because I liked the message boxes. Cheers, Debra
  2. D

    Multiple Email Buttons One Access Form!!!

    Hello Folks, Thanks to your help I have completed my electronic work request form. I was pointing to the wrong column. I didn't take into account the program counts from zero. I am very excited that I have completed my task. Thank you for your help and your patience! I am very greatful...
  3. D

    Multiple Email Buttons One Access Form!!!

    I also want to thank Elbweb for your help. I am one step away and can't figure out what is going wrong. I am still trying to figure it out. I will keep everyone who has kindly responded to my cries or help posted of my progress. Please let me know if anyone has any further ideas. Sincerely, Debra
  4. D

    Multiple Email Buttons One Access Form!!!

    John A, I am sorry for not clarifying my problem...I barely know what I am talking about. I am learning as I go. The code you gave me stops working without an error message. I see the box that prompts the user to choose a person's name to send an email to but then does not send an email. I...
  5. D

    Multiple Email Buttons One Access Form!!!

    I have gotten your code to work up until the ELSE . I am not sure how you are defining Chr. Where did the numbers 13 and 10 come from? I am reposting the part that I am difficulty with: Else strEMailTo = Me.cboEmailList.Column(3) MsgBox "An E-Mail will be sent to:" & Chr(13) & Chr(10) & "" &...
  6. D

    Multiple Email Buttons One Access Form!!!

    Elbweb, The example you sent works if you don't make a selection from the combo box. The email defaults to the first one on the list. I still can't get the email to work once you select whom from the combo box you want the email to be sent. Please help. Thank you for your time.
  7. D

    Multiple Email Buttons One Access Form!!!

    Hello to all the Users! I am new at Access and new to programming. I have created an Access form that has four labeled control buttons each one with an individuals name. I have the corresponding code: Private Sub Email_PersonOne_Click() DoCmd.SendObject acSendNoObject, , ...
Back
Top Bottom