If you want to just open an email using a macro
Create a form with all your email parameters
Create macro useing SendObject
The sendto, CC, BCC, Subject, Message text can be blank or
you can pull Information from the form by
=[Forms]![NameOfYourForm]![NameOfControl]
In the Edit message put yes.
The next action is RunQuery. This would be an update query
that updates the table with the email date....
Oh by the way I use Access 2000
Jim
-----Original Message-----
Thanks Scott. However I dont want to send an object just
open an email with the subject and some text loaded. can I
just leave out the object? Also when an email is sent I
want to automatically update a control called emaildatetxt
with the date the email was sent. Can you help with the
code which presumably I would put in the Before Update
property of the emaildatetxt control?