Help Again
Is there some way of adding the DoCmd.RunCommand acCmdSaveRecord to the line of code below.
DoCmd.SendObject acSendReport, "RPTSUR1", acFormatRTF, "", "
[email protected]", "", " System Unit Replacement " & Office, "System Unit Replacement logged by " & Logged_By, True
I need that when the code is executed it also saves the file being sent.