This is what I have:
Private Sub Command205_Click()
Dim sExistingReportName As String
Dim sAttachmentName As String
sExistingReportName = "rptApprovalEmailRC"
sAttachmentName = [Student Name] & " " & "Approval"
DoCmd.OpenReport sExistingReportName, acViewPreview, , , acHidden...