buttons that open Outlook Express and put a predefined address in the 'TO' bar

simeon_rose

Registered User.
Local time
Today, 04:33
Joined
Nov 4, 2000
Messages
34
Can someone please tell me how i can create a button that launches Outlook Express with the address of my company (minimarket_uk@yahoo.com) already in the bar that the recipient's address should be in? Any help wouold be hugely appreciated.
 
Hi Simeon

create a button, right-click it and select 'Build Event', then 'Code Builder' and insert the following code (or something similar) into the OnClick Event:
DoCmd.SendObject acSendNoObject, , , "minimarket_uk@yahoo.com", , , "SubjectIfYouWantOne", , True

HTH

Mike
 

Users who are viewing this thread

Back
Top Bottom