e-mailing a single form

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
 
J

John Vinson

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]
 
Top