Emailing Records

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

Guest

Hi,

I want to be able to email certain records. I have a form where a user can
search for a certain record. Once that record comes up on the form, I want
to be able to email that record that comes up on the form. Is this possible?

Thanks
Linda
 
Linda said:
Hi,

I want to be able to email certain records. I have a form where a user
can
search for a certain record. Once that record comes up on the form, I
want
to be able to email that record that comes up on the form. Is this
possible?

Thanks
Linda

Yes, it's possible. One way: if you create a query that refers to the record
currently displayed on the form, then base a report on that query, you
should be able to send the report with SendObject. There may be other ways
to do the same thing. You can search these newsgroups for information about
the various pieces of this process (referring to a form control from a
query, using SendObject, etc).

Carl Rapson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top