e-mailing a single form

  • Thread starter Thread starter Art Vandaley
  • Start date Start date
A

Art Vandaley

Hi,

I would like to mail a single form page as it is shown in Access as html.
When I try sendobject action, it converts into datasheet view and sends all
data (not the data of current page). Does anybody have an idea about solving
that problem? Regards
 
Hi,

I would like to mail a single form page as it is shown in Access as html.
When I try sendobject action, it converts into datasheet view and sends all
data (not the data of current page). Does anybody have an idea about solving
that problem? Regards

Create a Report (using a criterion which selects just the desired
record, such as putting =Forms!yourform!IDfield as a criterion on the
unique ID). You can the use SendObject *on the Report*.

John W. Vinson[MVP]
 

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

Similar Threads

e-mailing a form page 1
e-mail 3
Macro's to E-mail auto name selection 2
E-mail Code 2
Collect data by using e-mail messages 1
email report as pdf using macro on Form? 3
E-Mail Automation 2
E-mail HTML 3

Back
Top