View Full Version : buttons that open Outlook Express and put a predefined address in the 'TO' bar


simeon_rose
11-14-2000, 02:14 AM
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.

Atomic Shrimp
11-14-2000, 04:19 AM
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