Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

vba outlook email

ResolvedVersion 2003

David has attended:
Access VBA course

VBA Outlook email

Hi. I would like to create a new Outlook email on click to a receipient whos email address is in the form, and add subject and body text (from vba as not in the form). Also some other fields will be added in to the text which are also on the form. Any help appreciated. Thanks. David.

RE: VBA Outlook email

Hi David

Thanks for your post, we have reviewed what you are looking to do and it is certainly achievable however beyond the scope of this forum.

We would need to have access to your working files and development time of approximately a day to build this for you.

If you would like to investigate this option in more detail please reply to my email.

Kind regards

Jacob

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Access tip:

Open A Combo Box Automatically

This is helpful if users need to enter large amounts of data. There are two ways to open ComboBoxes when they get the focus by using the tab keys.

When the ComboBox gets focus:

Press Alt + Down Arrow on the keyboard

For it to happen automatically, needs a bit of coding:

1. Add a combo box and a text box control to the form
2. Set the combo box's On Got Focus property to the following event procedure:

Private Sub ComboBoxName _GotFocus()

Me!ComboBoxName.Dropdown

End Sub


3. Open your form in Form View and use the TAB key to make sure it works.

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.