D
Daren Freeman
I am having trouble with the send object command at runtime when I package my
application. It works great in development mode, However when I package my
application and install it on another machine I get an error stating output
formats
are not available.
DoCmd.SendObject acSendReport, "District Report", acFormatRTF,
tmprst!ChairmanEmail, tmprst!PastorEmail, , subject, msgtxt, True
is there something I need to do when I package the application (I'm just
using the package wizard) to ensure everthing is available
application. It works great in development mode, However when I package my
application and install it on another machine I get an error stating output
formats
are not available.
DoCmd.SendObject acSendReport, "District Report", acFormatRTF,
tmprst!ChairmanEmail, tmprst!PastorEmail, , subject, msgtxt, True
is there something I need to do when I package the application (I'm just
using the package wizard) to ensure everthing is available