Emailing a report from Access 2000

M

Mike Bennett

I'm using Access 2000.

I need to allow a user to email a report. I've determined
the best method is to email a snapshot of that report
since the recipient will not update the report. However, I
am not able to put a command button on the report (one
that works when the report is viewed, anyway).

What is the best way to do this from Access VBA?

Thanks!
Mike
 
T

Terry

Mike,

How about a button on the form that you call the report
from? One button to preview / print the report and another
to create a snapshot and open an email.

HTH,

Terry
 
T

Terry

Mike,

How about a button on the form that you call the report
from? One button to preview / print the report and another
to create a snapshot and open an email.

HTH,

Terry
 
M

Mike Bennett

Terry,

Thanks. Actually, I made good progress after posting my
question. But, I'm stuck again. :)

The query that my report is based on is parameterized.
When the user opens the form, the parameters for the query
are requested then filled in by the user. I want to fully
automate the sending of the report such that when the user
presses my "Send Mail" button they don't have to answer
any more questions.

Right now, when the button is pressed, the report begins
to open and prompts the user for the parameters. I would
like to pass the parameters to the report in some way. I
tried assigning directly to "Me.recordset" in the
report_open method, but the error message says that this
is not allowed in an MDB.

I appreciate any help related to this.

Thanks again!
Mike
 

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