I have a SendObject statement:
clssendobject.SendObject acSendReport, "rptPolicyList", accOutputRTF, , , , "Children's Hospital & Health System - Policy and Procedure Report", "Please review the attached report.", True
When it is run in ACCESS 2003, it takes about 15 seconds. When it is run in ACCESS 2007, whether it is in the 2003 copy or the converted 2007 copy, it takes up to 40 minutes.
Does anyone know why and how I can speed it up?
clssendobject.SendObject acSendReport, "rptPolicyList", accOutputRTF, , , , "Children's Hospital & Health System - Policy and Procedure Report", "Please review the attached report.", True
When it is run in ACCESS 2003, it takes about 15 seconds. When it is run in ACCESS 2007, whether it is in the 2003 copy or the converted 2007 copy, it takes up to 40 minutes.
Does anyone know why and how I can speed it up?