Emailing Records

L

Linda

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
 
C

Carl Rapson

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
 
Top