D
DaveM
I would like to know how best to send a few fields a newly entered data
record in an Access Table via Outlook email.
For example I would like the operator to enter/fill in a few fields in a
newly created record. I have a command button which reads "Submit" and when
they click that i would like to open a new email, populate the email with a
few of the fields (say field 1, 2 and 3) and the address populated with an
email address automatically (in the code).
I have a command button with an Event proceedure started but using the
wizard i can only get the code below to open Outlook. How might i fill in
the code for the other functionality i need? Or, is there a better way to
accomplish this?
Thanks
Dave
record in an Access Table via Outlook email.
For example I would like the operator to enter/fill in a few fields in a
newly created record. I have a command button which reads "Submit" and when
they click that i would like to open a new email, populate the email with a
few of the fields (say field 1, 2 and 3) and the address populated with an
email address automatically (in the code).
I have a command button with an Event proceedure started but using the
wizard i can only get the code below to open Outlook. How might i fill in
the code for the other functionality i need? Or, is there a better way to
accomplish this?
Thanks
Dave