G
Guest
i have a code that sends to all the email addresses collated in a query.
However I'd like to personalize them by including first names of people (data
which is stored on the same table as the email addresses).
This line has been suggested to me....
MyMail.Body = "Dear " & rs("FirstName") & ", " & vbNewLine & MyBodyText
This just gives me "Dear ," before the body text... any ideas?? Evidently
the 'rs' bit causes a compile error as there's an expected sub or function
thingy?
However I'd like to personalize them by including first names of people (data
which is stored on the same table as the email addresses).
This line has been suggested to me....
MyMail.Body = "Dear " & rs("FirstName") & ", " & vbNewLine & MyBodyText
This just gives me "Dear ," before the body text... any ideas?? Evidently
the 'rs' bit causes a compile error as there's an expected sub or function
thingy?