B
Bob
The easiest way that I know of to do that is to create a
report and send the report filtering for the ID of the
current record on the form.
You can save the form that you're currently using as a
report but you may have to do a little bit of altering. If
the form has a subform you'll have to convert all subform
to reports too and link them in report design.
Apply the filter to the main report and just send the
report via email. The filter would be something like:
[TableOrQueryName]![FieldName]=[Forms]![YourFormName]!
[YourFormControlName]
report and send the report filtering for the ID of the
current record on the form.
You can save the form that you're currently using as a
report but you may have to do a little bit of altering. If
the form has a subform you'll have to convert all subform
to reports too and link them in report design.
Apply the filter to the main report and just send the
report via email. The filter would be something like:
[TableOrQueryName]![FieldName]=[Forms]![YourFormName]!
[YourFormControlName]