View Full Version : Sending form data by e-mail


PEASLET
05-15-2001, 02:35 AM
Hi,
I would like users to be able to fill in a form for if they have made a sales appointment and e-mail it to the relevant person. I have the form and I have started by having mailto hyperlinks but how do I get access to attach the page with the data?

helena
05-15-2001, 02:44 AM
Hi PEASLET

Try looking up SendObject in Access help - or searching for email in the forum archives there are lots of mails on this topic.

hth

Helena

[This message has been edited by helena (edited 05-15-2001).]

PEASLET
05-15-2001, 02:46 AM
Thanks Helena, I'll try it now.

Talismanic
05-15-2001, 04:36 AM
Here is a thread covering this topic.

Topic: ok....how about emaililing someone based on field contents (http://www.access-programmers.co.uk/ubb/Forum7/HTML/001018.html)?

You can experiment with SendObect by setting up a SendObject macro, then right click on the macro and choose Save As/Export, then choose Save as Visual Basic Module. Once it is created open it up and check out the syntax.

PEASLET
05-15-2001, 06:10 AM
thanks - I'll try....