email

J

JeffH

I would like to enter an email address in a field in my database. Then, as I
look at the record on screen, I would like to have the ability to send an
email to the address shown. I would like to be able to enter a custom
message, send the email interactively, and then return to the database record
on screen much like a call routine. Is that possible? If so, how would I do
it?
 
R

Rick Brandt

JeffH said:
I would like to enter an email address in a field in my database.
Then, as I look at the record on screen, I would like to have the
ability to send an email to the address shown. I would like to be
able to enter a custom message, send the email interactively, and
then return to the database record on screen much like a call
routine. Is that possible? If so, how would I do it?

Look in help for SendObject() function.
 
Top