Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send email message from Access 2003

Status
Not open for further replies.

ishfady

Programmer
Sep 14, 2002
31
GB
Hi

I have my clients email addresses in my Microsoft Access 2003 database.

Is there any way I can send email to my client, while I am in access database.

Please could you help me.

Many thank
 
The easiest way is the SendObject command:
Code:
docmd.SendObject acSendReport,"rptFoo",acFormatXLS,"bpo@example.com",,,"Foo Report","Here's the foo report"
If this isn't enough or doesn't work, post back.

Ben

----------------------------------------------
Ben O'Hara "Where are all the stupid people from...
...And how'd they get so dumb?"
rockband.gif
NoFX-The Decline
----------------------------------------------
 
The way I send reports is by going to File on your toolbar.
File
Sent To
Mail recipient(as attachment)

You need to choose the format to send the report/message
e.g: Rich Text Format (RTF)
This will bring up your default email/ - Outlook Express/Microsoft Office Outlook

 
Is there any way to reference an email address that is in a table - i.e. not hard coding it?



PDUNCAN - MEMPHIS, TN

When I die, I want to die like my grandfather-- who died peacefully in
his sleep. Not screaming like all the passengers in his car.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top