E-mail a Form

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

Guest

Is it possible to e-mail a form? I would like a user to click e-mail form and
it will be pre addressed. Please help on this!!!
 
You can email a REPORT with the data from the record on your form.

I think the button wizard will walk your through emailing a report using a
button. You can do some searches on previous posts if you need help getting
the fields in the email filled in. Or use the help feature in the code
window that prompts you for the entries as you type your sendobject
statement.
 
Try saving your form as a report, then it will e-mail. You can also automate
this, once you have saved your form as a report, create a query with all this
info that is in your report and base the report on it. fill in critea for
one of the fields that will match the record in the query to the record on
the form.
 
Back
Top