Hi John:
a)Is not an expression; please see below:
Function Send_Open_Incident()
On Error GoTo Send_Open_Incident_Err
DoCmd.SendObject , "", "RichTextFormat(*.rtf)", Forms![Data Quality
Issues Management]!OpenedBy, Forms![Data Quality Issues Management]!Email,
Forms![Data Quality Issues Management]!OEmail, "Closing Incident", _
"Thank You for contacting the Data Standards Project Team. The details of
your recent incident are listed below. If you would like to know the status,
please contact us and reference your incident number below. Incident No: " &
Forms![Data Quality Issues Management]!IncidentNumber & _
" ;***Description: " & Forms![Data Quality Issues Management]!Description,
True,
b) the second address could be in to: or cc
c) there are 4 email recipients=4 addresses; all of them are in the table
and in the form
Thanks,
Dan
> >Hi John!
> >
[quoted text clipped - 9 lines]
>
> John W. Vinson[MVP]
John Vinson - 21 Jan 2005 23:37 GMT
>Hi John:
>
[quoted text clipped - 16 lines]
>c) there are 4 email recipients=4 addresses; all of them are in the table
>and in the form
I'm sorry D.
I'm going to have to give up. I'd suggest you repost again and see if
someone else can help.
I've asked repeatedly for you to describe your table and the
fieldnames in which these addresses are stored. You have not done so.
I am unable to read your mind or to see your table structure, and
therefore I am unable to help you. When you repost, it would be best
if you posted this information - post your actual Access table field
names, and perhaps a sample of a couple of rows of the table showing
the data in that table.
John W. Vinson[MVP]