I created a SendObject Method which works wonderfully. It creates an email with a report for every manager with only their data.
However I now need to include another report within the same email.
Does anyone know how I can accomplish this?
DoCmd.SendObject acSendReport, "MONTHLY_REPORT", "Snapshot Format(*.snp)", rs("email"), , , "Monthly Report", "Attached is your Monthly Report", False
However I now need to include another report within the same email.
Does anyone know how I can accomplish this?
DoCmd.SendObject acSendReport, "MONTHLY_REPORT", "Snapshot Format(*.snp)", rs("email"), , , "Monthly Report", "Attached is your Monthly Report", False