email in macro

  • Thread starter Thread starter Rpettis31
  • Start date Start date
R

Rpettis31

I am looking to email the document to a field in a form. Which has the
persons name. How do I get this field value to fill in the (TO) in the macro
box.

Thanks
 
Hello "Rpettis31".

Rpettis31 said:
I am looking to email the document to a field in a form. Which has
the persons name. How do I get this field value to fill in the (TO)
in the macro box.

Probably using something like this:
=Forms![NameOfTheForm]![NameOfTheControl]
 
Back
Top