I'm not getting it to work.
here is what I have now. I would like to show each of these field on a
different line in the email. Note the section of astricks is actually email
addresses, I masked those
rDoCmd.SendObject acSendNoObject, , , Me![Team Leader].Column(2), *******",
, _
"QI Notification", "QI # =" & Me![QI #] & "Lot Disposition" & Me![Lot
Disposition] &" Rejection Type= " & Me![Rejection Type] & "
O#=" & Me![MO#] & " Part #=" & Me![Part #] & " Customer/Vendor=" &
Me![Customer].Column(1) & " Shade=" & Me![Shade] & " Batch Code=" &
Me![Batch Code] & " Reject Qty" & Me![Reject Qty] & Me![Units] & " Reject
Reason = " & Me![Rejection Reason], , False
thanks again

Signature
aj
> Guessing that you would add new line between the fields in a calculation and
> send that.
[quoted text clipped - 16 lines]
> >
> > Thanks in advance for any help
AJ - 08 Dec 2005 01:22 GMT
Nevermind. I discovered my problem.
Thank you John.

Signature
aj
> I'm not getting it to work.
>
[quoted text clipped - 33 lines]
> > >
> > > Thanks in advance for any help