I am trying to send out an email with the listing of a report based on information on a form.
Is there anyway to dynamically filter the report for the send object?
This is what I have so far:
DoCmd.SendObject acSendReport, "wpr_assignment_report", acFormatRTF, strToWhom, , , "Assignment Report", strMsgBody, False
Is there anyway to dynamically filter the report for the send object?
This is what I have so far:
DoCmd.SendObject acSendReport, "wpr_assignment_report", acFormatRTF, strToWhom, , , "Assignment Report", strMsgBody, False