Zeroanarchy
Technical User
Does anyone know a method of sending a file via the users default mail program automaticly on the 1st of every month, what I am trying to do is on the opening of the program is send a file located c:\program files\program\file.mdb to zeroanarchy@hotmail.com without the user having to remember to do it, or worry about it.
Like so..
Private Sub Form_Open(Cancel As Integer)
if date= 01/MM/YY then
Docmd.SendObject acSendNoObject,,acFormatRTF,Zeroanarchy@hotmail.com,,,,,-1
'with file [file.mdb]
Else
End If
End Sub
Any idea is a good idea.
thanks ZeroAnarchy
Like so..
Private Sub Form_Open(Cancel As Integer)
if date= 01/MM/YY then
Docmd.SendObject acSendNoObject,,acFormatRTF,Zeroanarchy@hotmail.com,,,,,-1
'with file [file.mdb]
Else
End If
End Sub
Any idea is a good idea.
thanks ZeroAnarchy