I
Irshad Alam
The below code I use to send report via outlook express 6. It works fine. But
only once. Second time it does not work neither it produces error.
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "Job-" &
Me.JobNo & "-ClaimRef." & Me.ClaimRefNo.Value, "Reference to the subject
claim, attached pls. find the claim form. Regards. Irshad"
Again when I close the mdb and open again, then it works once only.
It consumes time.
Please advice what additional code I should use so that, it works as many
times as I want.
Regards
Irshad
only once. Second time it does not work neither it produces error.
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "Job-" &
Me.JobNo & "-ClaimRef." & Me.ClaimRefNo.Value, "Reference to the subject
claim, attached pls. find the claim form. Regards. Irshad"
Again when I close the mdb and open again, then it works once only.
It consumes time.
Please advice what additional code I should use so that, it works as many
times as I want.
Regards
Irshad