Hi all,
I gues we are all forced into this new outlook and now my email code dont work?
It doesnt send my email? Is there new code available for this new outlook.
I have been using the following code for a long time and no issues till I got the new outlook?
ThanksCode:Private Sub cmdEmailReport_Click() On Error Resume Next Call CmdReport_Click DoCmd.SendObject acReport DoCmd.Close End Sub
Dave