| | |
|
|
|
email |
| message from =?Utf-8?B?TWF4?= on 18 May 2004 |
I have the code for the email command which is
Private Sub cmdEmail_Click()
Dim x
Const a = "the email address I want to send access sheet or spreadsheet"
x = fHandleFile("mailto:" & a, WIN_NORMAL)
End Sub
NOW:
There are records that I need to send(more than one). There cretiria is one feild in each record is Null? Which Event and what code I have to type to gather those feild and Attach them to the e-mail?
Thanx
|
|
Archived message: email (Microsoft Access)