Recent content by Tatiana1981

  1. T

    Design of Text

    What is it richtext box control and how can i use it?
  2. T

    Design of Text

    Hello! I have an Access program which i wrote and one of the functions is distributing email to all receipients who are in the distribution table. The text of the email i write in the Text box. My question is how can i design the the text itself, for ex. to choose different size for the...
  3. T

    Email from Access

    Thank you James!!! I really appreceate your help! It helped me a lot. thank you.
  4. T

    Email from Access

    Ok...so here what i did: I wrote all the code in the OnClick procidure. the line: strMessage = forms![Formname].[TxtControlBoxName] changed to: strMessage = txt.text same with the subject. Deleted and changed all you wrote above and.............it works!!!! Thank you soooo much. The only...
  5. T

    Email from Access

    And another problem i have is: when i make F8 on the module code, it gives me an error message on the line with .MoveNext. Error is "Methode or data member not found"
  6. T

    Email from Access

    I appreciate your help sooooooo much!! Thank you!! This is what i did (in the procedure) but when i click the button, it gives me an error " Compile error, expected variable or procedure, not module"
  7. T

    Email from Access

    Thanks again. And how will I call for the module? In the procedure of PressButton just to write its name??
  8. T

    Email from Access

    Another question...from where and how do i call the written Function? there is no such outlook.namespace and outlook.application.......where do i have to write it?
  9. T

    Email from Access

    Thank you. I will try and let you know.
  10. T

    Email from Access

    Thank you very much. Another question..may be stupid one... Should i do the following: build a form, where will be one button only , something like "send email" and field for subject and body for mail. The onPress event i should give the said function and use E_subject.text and E_body.text in...
  11. T

    Email from Access

    Sorry, my mistake. Already fixed. Thank you.
  12. T

    Email from Access

    Hello All!! I am new in Access and urgently need a help. I have a DB, while one of the tables contains email address and name in each record. I need to be able to send same email to everyone who is in the table with only one change - the name. For example: 1st record: name: John Smith email...
Back
Top Bottom