email

S

Simon

Hello

Using access 2000, i have a data entry form, that when a
user has entered the data they want, they can then press a
button to email the current form.
Make sense?
Any suggestions?

Thanks

Simon
..
 
D

Dan Artuso

Hi,
Have a look at SendObject.
It will allow you to email an Access object.
Be aware that with a form, it will send all the data in the form's
underlying recordset.
If you want to email only the current record, you'll have to create a report
that displays only that record.
 

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

Top