Could someone tell me if it is possible to populate the Subject line in an email with data from two different fields on a form?
Can't figure out the syntax to make this work.
Can't figure out the syntax to make this work.
Code:
Private Sub cmdEmailRecord_Click()
DoCmd.SendObject acSendQuery, Req_CurRec, acFormatXLS, , , , Me.Requirement_No & " " & Me.Requirement_Title, , False
End Sub