This is a discussion on "Sending File without open E-mail Application" within the Databases section. This forum, and the thread "Sending File without open E-mail Application are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Sending File without open E-mail Application
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Sending File without open E-mail Application
run = 0
On Error GoTo Err_Sending 'DoCmd.SendObject acSendReport, "Approval Amount", acFormatRTF DoCmd.SendObject acSendReport, "Approval Amount", acFormatRTF, , , , "Approval Amount", "Please Approve This Invoice, Thank You." 'Exit_Sending: ' Exit Sub If (run = 1) Then Err_Sending: MsgBox Err.Description ' Resume Exit_Sending End If |
|
|
![]() |
| Tags |
| sending, file, without, open, email, application |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sending Form Data to E-mail Address | Fools Gold | Starting Out | 4 | Dec 23rd, 2007 14:16 |
| problem with images when sending html page by mail | juanb007 | Web Page Design | 4 | Apr 29th, 2007 03:25 |
| Sending Mail, Body message from database | chlad | Classic ASP | 3 | Nov 16th, 2006 04:05 |
| Sending Form to E-mail | student_in_training | JavaScript Forum | 2 | Aug 16th, 2006 12:41 |
| sending an e-mail by ASP | benbacardi | Classic ASP | 5 | Sep 1st, 2004 19:33 |