Please assist!! To automate an email from a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to automatically send an email to SPECIFIC RECIPIENT/S via
command button, which will automatically copy and paste info/ text from a
COMMENT BOX/ TEXT BOX.

Can anyone please assist me!!

Kindest regards
 
You can accomplish what you want by using the SendObject Method. Lookup help
on that item. You need to have some type of report set up that you will
send. You will want to use a query referencing the txtbox holding your email
addressee on your form.
 
Back
Top