G
Guest
I've created a form to create e-mail form letters (e-mail Form 1), which are
then selected via a combo box in e-mail Form 2 to send to individual
customers. The selection of an e-mail type brings in the subject line and the
body of the e-mail.
When I make the selection, only the first 255 characters are brought into
the text box in Form 2. It is based on a memo field and is set to Can Grow.
when I look at the query for the combo box, all the text from the original
e-mail is there.
I found a response from Allen Browne to a post about the same problem with a
report. From that post, here are the things I have checked:
1) the query does not include the Distinct keyword (Unique Values are set to
no in query properties)
2) there is nothing in the Format property of either of the two text boxes
(Form 1 and Form 2) or of the memo fields in the two underlying tables
3) the detail section of both forms is set to Can Grow
The body control on both forms will accept all the text. I can paste the
e-mail body into Form 2 and fire the Send Object code and everything appears
in the Outlook e-mail.
Is there anything else I can try?
then selected via a combo box in e-mail Form 2 to send to individual
customers. The selection of an e-mail type brings in the subject line and the
body of the e-mail.
When I make the selection, only the first 255 characters are brought into
the text box in Form 2. It is based on a memo field and is set to Can Grow.
when I look at the query for the combo box, all the text from the original
e-mail is there.
I found a response from Allen Browne to a post about the same problem with a
report. From that post, here are the things I have checked:
1) the query does not include the Distinct keyword (Unique Values are set to
no in query properties)
2) there is nothing in the Format property of either of the two text boxes
(Form 1 and Form 2) or of the memo fields in the two underlying tables
3) the detail section of both forms is set to Can Grow
The body control on both forms will accept all the text. I can paste the
e-mail body into Form 2 and fire the Send Object code and everything appears
in the Outlook e-mail.
Is there anything else I can try?