Looking for help in including photos in e-mails when a new record is added.
Using an Access database with photo field listed as OLE Object and the data records shows Long Binary Data
Using the following code for the e-mail message body:
objCDOSYSMail.HTMLBody = "Opened By: " & rs("Opened By") & "
" & "Part Number: " & rs("Part Number") & "
" & "Rev: " & rs("Rev") & "
" & "Serial Number: " & rs("Serial Number") & "
" & "
" & "Comments: " & rs("Comments") & "
" & "Status: " & rs("Status")