Email Sapshot Reports

E

ET Sherman

I have a database that generates reports to be emailed
via Outlook 2000 SP3. The customer is using MS Exchange
(Administrator) Version 5.5 Build 2653.23 SP4 on an NT
Server.

I get the following error message from Outlook when
reports are of a certain size and it will not
attach the file:

"Could not open one or more attachments"

M/S Access creates a snapshot file then opens the default
mail program and attaches the report. It works fine
until the report is of a certain size then the message is
generated.

The V/B code to email the reports is shown below:

DoCmd.SendObject
acSendReport, "DeliveryTransactions", "SnapShot
Format", , , , , , True

This is for a client of mine and I am wondering is there
some settings on the mail server that would restrict the
size of an attachment. Their IT Manager says that both
user level and global have no restrictions for
attachment size.

Any help will be appreciated.

Thanks,

ET Sherman
 

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