email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the code for the email command which is
Private Sub cmdEmail_Click(
Dim
Const a = "the email address I want to send access sheet or spreadsheet
x = fHandleFile("mailto:" & a, WIN_NORMAL
End Su

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
 
Back
Top