Trouble with SendObject Command @ runtime

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top