Hi, I used the code from this thread to setup and auto email from a table in access. thread707-659279
i'm having a problem with this area
the problem is that it seems the amount of text i can input for the body of the email is limited?
Does anyone know how I can change this to make it work with a whole page of text?
thanks!
i'm having a problem with this area
Code:
strEmail = rst("Email")
strbody = vbCrLf & vbCrLf & _
"put the text you want in your email here"
the problem is that it seems the amount of text i can input for the body of the email is limited?
Does anyone know how I can change this to make it work with a whole page of text?
thanks!